aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/libosmogsm.map
diff options
context:
space:
mode:
authorPhilipp <pmaier@sysmocom.de>2016-10-27 13:35:20 +0200
committerPhilipp <pmaier@sysmocom.de>2016-10-27 13:36:42 +0200
commit72e43f02c3408ec85c259ee483ac75f01ecb6cad (patch)
tree1fea40aca46e34a6d5c83ec31f1440db8e63e1d0 /src/gsm/libosmogsm.map
parentada0042c587395ba1a8430504d761d532610ba5c (diff)
gsm0408: Completing GSM 04.08 RR message types
- Add missing message types to be up to date with the latest specification release (3GPP TS 04.18) - Add value strings to translate RR message type identifiers into human readable strings. (see gsm48_rr_msg_name() in gsm48.h Change-Id: I3ceb070bf4dc8f5a071a5d43c6aa2d4e84c2dec6
Diffstat (limited to 'src/gsm/libosmogsm.map')
-rw-r--r--src/gsm/libosmogsm.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/libosmogsm.map b/src/gsm/libosmogsm.map
index a83f92ca..f0baa21a 100644
--- a/src/gsm/libosmogsm.map
+++ b/src/gsm/libosmogsm.map
@@ -151,6 +151,7 @@ gsm411_rp_cause_strs;
gsm48_att_tlvdef;
gsm48_cc_msg_name;
+gsm48_rr_msg_name;
gsm48_cc_state_name;
gsm48_construct_ra;
gsm48_hdr_gmm_cipherable;