aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/gprs_llc.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-14 16:08:15 +0200
committerpespin <pespin@sysmocom.de>2019-08-20 10:34:29 +0000
commit5b6c4b8ccd1ecde31f5764fe3fcd7837bfc37ab4 (patch)
treeef18ac680daea7d39c565044a937da7febe4838a /include/osmocom/sgsn/gprs_llc.h
parent2179dec71d00bb794f6770b1a8925ac13e95e03f (diff)
Introduce and use log macros when no mm ctx available
Diffstat (limited to 'include/osmocom/sgsn/gprs_llc.h')
-rw-r--r--include/osmocom/sgsn/gprs_llc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gprs_llc.h b/include/osmocom/sgsn/gprs_llc.h
index 8a0b9efbd..ce0e63c51 100644
--- a/include/osmocom/sgsn/gprs_llc.h
+++ b/include/osmocom/sgsn/gprs_llc.h
@@ -96,6 +96,7 @@ enum gprs_llc_llme_state {
GPRS_LLMS_UNASSIGNED = 1, /* No TLLI yet */
GPRS_LLMS_ASSIGNED = 2, /* TLLI assigned */
};
+extern const struct value_string gprs_llc_llme_state_names[];
/* Section 8.9.9 LLC layer parameter default values */
struct gprs_llc_params {