From fd815bba12c05e12fa3f73c54c071475f0105686 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 30 Aug 2019 18:32:42 +0200 Subject: 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 --- include/osmocom/sgsn/gprs_sgsn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/sgsn/gprs_sgsn.h') 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; -- cgit v1.2.3