aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-08-30 18:32:42 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-02 11:44:58 +0200
commitfd815bba12c05e12fa3f73c54c071475f0105686 (patch)
tree5422eb59b79fbdb42a79b1c20d0e50c04244812f /include
parentccd1252bd76169439cb66f3a50e4575e0f03ec0b (diff)
vty: Print MM state and RAN type in show mm-context
Value presviosuly printed as MM state is actually usually refereed as GMM state, so rename it. Change-Id: Ia06c53f0cd2a6348237ed3abeb9367d965745aba
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sgsn/gprs_sgsn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h
index 8f16c5b30..8e8b762f1 100644
--- a/include/osmocom/sgsn/gprs_sgsn.h
+++ b/include/osmocom/sgsn/gprs_sgsn.h
@@ -104,6 +104,7 @@ enum sgsn_ran_type {
MM_CTX_T_GERAN_Iu,
#endif
};
+extern const struct value_string sgsn_ran_type_names[];
struct service_info {
uint8_t type;