From 404d9b8bbaf8f06afa0ccba6a8a5e96eccf7a553 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 12 Aug 2019 17:49:09 +0200 Subject: Introduce define TLLI_UNASSIGNED Change-Id: Ib8be5af2a5e92a7403505b73ce4c1751832de40d --- include/osmocom/sgsn/gprs_llc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom/sgsn/gprs_llc.h') diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h index 5b1224804..8a0b9efbd 100644 --- a/include/osmocom/sgsn/gprs_llc.h +++ b/include/osmocom/sgsn/gprs_llc.h @@ -192,6 +192,9 @@ struct gprs_llc_llme { #define GPRS_LLME_RESET_AGE (0) +/* 3GPP TS 44.064 ยง 8.3 TLLI assignment procedures */ +#define TLLI_UNASSIGNED (0xffffffff) + extern struct llist_head gprs_llc_llmes; /* LLC low level types */ -- cgit v1.2.3