FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/riviera/rvt/rvt_gen.h @ 1002:e6ccc8788b96
gsm-fw/riviera/rvt: TCH and KEEPALIVE channel definitions added
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 17 Mar 2016 05:39:51 +0000 |
parents | cd04c43187cd |
children |
comparison
equal
deleted
inserted
replaced
1001:5e73df562a7d | 1002:e6ccc8788b96 |
---|---|
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 ***********/ |