Add define for unset Frame Number

Related: OS#4074
Change-Id: I641f1a1bf1e86ced8ffe89e88bc48afb79823393
This commit is contained in:
Max 2022-11-20 23:26:04 +03:00 committed by msuraev
parent 3b2f32b9fa
commit f2c291b82e
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
} while (0)
#define GSM_MAX_FN (26*51*2048)
#define GSM_FN_UNSET 0xFFFFFFFF
/* Max length of random identifier which can be requested via osmo_get_rand_id() */
#define OSMO_MAX_RAND_ID_LEN 16