aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-11-07 13:16:54 +0100
committerHarald Welte <laforge@gnumonks.org>2018-11-18 20:14:06 +0000
commitaa934630530af05a84b62b204ce4da7688c5e3ad (patch)
tree34eb73668b997ca14a5d81b286a6b6d23cda6e0c /TODO-RELEASE
parentc0d1de36f3e378364b1c02e98a3870394e3d457e (diff)
Update 3GPP TS 08.08 Cause handling
* add Class definitions * add helper to check for extended bit * add helper to get Cause's Class * use enum in gsm0808_cause_name() and gsm0808_create_cipher_reject() to avoid confusion between class and cause * update gsm0808_create_cipher_reject() comments Change-Id: I31b31dfc22eb4b6b07089e1255246ac458125340 Related: OS#3187
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 5222ec96..00720f64 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -11,3 +11,8 @@ libosmogsm gsm0480_l3hdr_push() removed from gsm/gsm0480.h (was not exposed)
libosmogsm gsm48_push_l3hdr() (re)introduced in gsm/gsm48.h (GSM 04.08 API)
libosmogsm gsm48_push_l3hdr_tid() a wrapper around gsm48_push_l3hdr()
libosmocore msgb_l4len new symbol (exposed as 'static inline' in msgb.h)
+libosmogsm gsm0808_cause_class_name() getter for class description
+libosmogsm gsm0808_cause_class() getter for cause class
+libosmogsm gsm0808_cause_ext() check for cause extended bit
+libosmogsm gsm0808_cause_name() use enum as parameter
+libosmogsm gsm0808_create_cipher_reject() use enum as parameter