comparison rvinterf/include/pktmux.h @ 1008:5f919af515f1

rvinterf: beginning of support for new TCH and KEEPALIVE RVTMUX channels
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 20 Mar 2016 19:59:19 +0000
parents 4cf69e1c784c
children
comparison
equal deleted inserted replaced
1007:3bfeee466b0a 1008:5f919af515f1
11 #define RVT_TM_HEADER 0x14 11 #define RVT_TM_HEADER 0x14
12 #define RVT_RNET_HEADER 0x15 12 #define RVT_RNET_HEADER 0x15
13 #define RVT_PROF_HEADER 0x16 13 #define RVT_PROF_HEADER 0x16
14 #define RVT_GTTBACK_HEADER 0x17 14 #define RVT_GTTBACK_HEADER 0x17
15 #define RVT_OTHER_HEADER 0x18 15 #define RVT_OTHER_HEADER 0x18
16 #define RVT_AT_HEADER 0x1A /* FreeCalypso addition */ 16 /* FreeCalypso additions */
17 #define RVT_EXTUI_HEADER 0x1B /* ditto */ 17 #define RVT_AT_HEADER 0x1A
18 #define RVT_INVALID_HEADER 0xFF 18 #define RVT_EXTUI_HEADER 0x1B
19 #define RVT_TCH_HEADER 0x1C
20 #define RVT_KEEPALIVE_HEADER 0x1D