diff options
| author | Omar Ramadan <omar.ramadan93@gmail.com> | 2019-05-09 10:13:46 -0700 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2019-05-10 07:07:34 +0000 | 
| commit | 76bbcbc19ef28907f514a3bc0fb0846055051969 (patch) | |
| tree | 0fb9860ab487a363118f8e33a17d9666459664f6 /include | |
| parent | c9a28a67e606aff543a67ceaddbbbd65c46a9a22 (diff) | |
Add MO-FALLBACK-VALUE SGsAP IE
In testing against a particular EPC, the SGsAP-SERVICE-REQUEST
can contain a MO fallback value TLV with T 0xF1
Change-Id: Ia2460af9673818d375e28c67f1631b5f7eacdaeb
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/gsm/protocol/gsm_29_118.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_29_118.h b/include/osmocom/gsm/protocol/gsm_29_118.h index cfe772aa..9adb90f5 100644 --- a/include/osmocom/gsm/protocol/gsm_29_118.h +++ b/include/osmocom/gsm/protocol/gsm_29_118.h @@ -73,6 +73,7 @@ enum sgsap_iei {  	SGSAP_IE_UE_EMM_MODE			= 0x25,  	SGSAP_IE_ADDL_PAGING_INDICATORS		= 0x26,  	SGSAP_IE_TMSI_BASED_NRI_CONT		= 0x27, +	SGSAP_IE_MO_FALLBACK_VALUE		= 0xf1,  };  extern const struct value_string sgsap_iei_names[];  static inline const char *sgsap_iei_name(enum sgsap_iei iei) {  | 
