gsm_08_58.h: add mask for Osmocom specific VAMOS C-bits

Applying and reverting this mask allows one to quickly convert
between VAMOS and non-VAMOS variants of Bm/Lm C-bits.

Change-Id: Ia0bd8695a3f12331b696fe69117189cdd48b584d
Related: SYS#4895, OS#4941, SYS#5315, OS#4940
This commit is contained in:
Vadim Yanitskiy 2021-06-01 19:55:43 +02:00 committed by fixeria
parent 5fe3de5313
commit 442ff64ad4
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ enum {
/* non-standard, Osmocom specific Bm/Lm equivalents for VAMOS */
#define RSL_CHAN_OSMO_VAMOS_Bm_ACCHs 0xe8 /* VAMOS TCH/F */
#define RSL_CHAN_OSMO_VAMOS_Lm_ACCHs 0xf0 /* VAMOS TCH/H */
#define RSL_CHAN_OSMO_VAMOS_MASK 0xe0 /* VAMOS TCH/{F,H} */
/* Chapter 9.3.3 */
#define RSL_ACT_TYPE_INITIAL 0x00