comparison src/cs/riviera/rvt/rvt_gen.h @ 318:6cea809631d7

RVT: added TCH and KEEPALIVE channels
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Dec 2017 01:24:19 +0000
parents 945cf7f506b2
children
comparison
equal deleted inserted replaced
317:07818fb33771 318:6cea809631d7
78 #define RVT_TM_HEADER 0x14 78 #define RVT_TM_HEADER 0x14
79 #define RVT_RNET_HEADER 0x15 79 #define RVT_RNET_HEADER 0x15
80 #define RVT_PROF_HEADER 0x16 80 #define RVT_PROF_HEADER 0x16
81 #define RVT_GTTBACK_HEADER 0x17 81 #define RVT_GTTBACK_HEADER 0x17
82 #define RVT_OTHER_HEADER 0x18 82 #define RVT_OTHER_HEADER 0x18
83 #define RVT_AT_HEADER 0x1A /* FreeCalypso addition */ 83 /* FreeCalypso additions */
84 #define RVT_EXTUI_HEADER 0x1B /* ditto */ 84 #define RVT_AT_HEADER 0x1A
85 #define RVT_EXTUI_HEADER 0x1B
86 #define RVT_TCH_HEADER 0x1C
87 #define RVT_KEEPALIVE_HEADER 0x1D
88 /* end of FreeCalypso additions */
85 #define RVT_INVALID_HEADER 0xFF 89 #define RVT_INVALID_HEADER 0xFF
86 90
87 typedef void (*RVT_CALLBACK_FUNC)(T_RVT_BUFFER, UINT16); 91 typedef void (*RVT_CALLBACK_FUNC)(T_RVT_BUFFER, UINT16);
88 92
89 /********* Fonction Prototypes ***********/ 93 /********* Fonction Prototypes ***********/