Change in libosmocore[master]: bssgp: Update bssgp_pdu_strings with Release 15

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Dec 4 18:20:17 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/21532 )

Change subject: bssgp: Update bssgp_pdu_strings with Release 15
......................................................................

bssgp: Update bssgp_pdu_strings with Release 15

In I7da8b25c9a89a7e3ae6c1680ba838e136d7d5293 we introduced the enum
values for all the new BSSGP message types up to Release 15.  Let's
also add value_strings for them here.

Change-Id: Ia108ba0d5f1f2c9d46f0c0bd11cd93104b9d62ea
---
M src/gb/gprs_bssgp_util.c
1 file changed, 19 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/gb/gprs_bssgp_util.c b/src/gb/gprs_bssgp_util.c
index 917f1f3..da0b103 100644
--- a/src/gb/gprs_bssgp_util.c
+++ b/src/gb/gprs_bssgp_util.c
@@ -107,6 +107,8 @@
 	{ BSSGP_PDUT_UL_UNITDATA,		"UL-UNITDATA" },
 	{ BSSGP_PDUT_RA_CAPABILITY,		"RA-CAPABILITY" },
 	{ BSSGP_PDUT_PTM_UNITDATA,		"PTM-UNITDATA" },
+	{ BSSGP_PDUT_DL_MMBS_UNITDATA,		"DL-MBMS-UNITDATA" },
+	{ BSSGP_PDUT_UL_MMBS_UNITDATA,		"UL-MBMS-UNITDATA" },
 	{ BSSGP_PDUT_PAGING_PS,			"PAGING-PS" },
 	{ BSSGP_PDUT_PAGING_CS,			"PAGING-CS" },
 	{ BSSGP_PDUT_RA_CAPA_UDPATE,		"RA-CAPABILITY-UPDATE" },
@@ -118,6 +120,10 @@
 	{ BSSGP_PDUT_RESUME,			"RESUME" },
 	{ BSSGP_PDUT_RESUME_ACK,		"RESUME-ACK" },
 	{ BSSGP_PDUT_RESUME_NACK,		"RESUME-NACK" },
+	{ BSSGP_PDUT_DUMMY_PAGING_PS,		"DUMMY-PAGING-PS" },
+	{ BSSGP_PDUT_DUMMY_PAGING_PS_RESP,	"DUMMY-PAGING-PS-RESP" },
+	{ BSSGP_PDUT_MS_REGISTR_ENQ,		"MS-REGISTRATION-ENQ" },
+	{ BSSGP_PDUT_MS_REGISTR_ENQ_RESP,	"MS-REGISTRATION-ENQ-RESP" },
 	{ BSSGP_PDUT_BVC_BLOCK,			"BVC-BLOCK" },
 	{ BSSGP_PDUT_BVC_BLOCK_ACK,		"BVC-BLOCK-ACK" },
 	{ BSSGP_PDUT_BVC_RESET,			"BVC-RESET" },
@@ -131,8 +137,11 @@
 	{ BSSGP_PDUT_FLUSH_LL,			"FLUSH-LL" },
 	{ BSSGP_PDUT_FLUSH_LL_ACK,		"FLUSH-LL-ACK" },
 	{ BSSGP_PDUT_LLC_DISCARD,		"LLC DISCARDED" },
+	{ BSSGP_PDUT_FLOW_CONTROL_PFC,		"FLOW-CONTROL-PFC" },
+	{ BSSGP_PDUT_FLOW_CONTROL_PFC_ACK,	"FLOW-CONTROL-PFC-ACK" },
 	{ BSSGP_PDUT_SGSN_INVOKE_TRACE,		"SGSN-INVOKE-TRACE" },
 	{ BSSGP_PDUT_STATUS,			"STATUS" },
+	{ BSSGP_PDUT_OVERLOAD,			"OVERLOAD" },
 	{ BSSGP_PDUT_DOWNLOAD_BSS_PFC,		"DOWNLOAD-BSS-PFC" },
 	{ BSSGP_PDUT_CREATE_BSS_PFC,		"CREATE-BSS-PFC" },
 	{ BSSGP_PDUT_CREATE_BSS_PFC_ACK,	"CREATE-BSS-PFC-ACK" },
@@ -141,6 +150,16 @@
 	{ BSSGP_PDUT_MODIFY_BSS_PFC_ACK,	"MODIFY-BSS-PFC-ACK" },
 	{ BSSGP_PDUT_DELETE_BSS_PFC,		"DELETE-BSS-PFC" },
 	{ BSSGP_PDUT_DELETE_BSS_PFC_ACK,	"DELETE-BSS-PFC-ACK" },
+	{ BSSGP_PDUT_DELETE_BSS_PFC_REQ,	"DELETE-BSS-PFC-REQ" },
+	{ BSSGP_PDUT_PS_HO_REQUIRED,		"PS-HO-REQUIRED" },
+	{ BSSGP_PDUT_PS_HO_REQUIRED_ACK,	"PS-HO-REQUIRED-ACK" },
+	{ BSSGP_PDUT_PS_HO_REQUIRED_NACK,	"PS-HO-REQUIRED-NACK" },
+	{ BSSGP_PDUT_PS_HO_REQUEST,		"PS-HO-REQUEST" },
+	{ BSSGP_PDUT_PS_HO_REQUEST_ACK,		"PS-HO-REQUEST-ACK" },
+	{ BSSGP_PDUT_PS_HO_REQUEST_NACK,	"PS-HO-REQUEST-NACK" },
+	{ BSSGP_PDUT_PS_HO_COMPLETE,		"PS-HO-COMPLETE" },
+	{ BSSGP_PDUT_PS_HO_CANCEL,		"PS-HO-CANCEL" },
+	{ BSSGP_PDUT_PS_HO_COMPLETE_ACK,	"PS-HO-COMPLETE-ACK" },
 	{ 0, NULL },
 };
 

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/21532
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ia108ba0d5f1f2c9d46f0c0bd11cd93104b9d62ea
Gerrit-Change-Number: 21532
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201204/2bf52a11/attachment.htm>


More information about the gerrit-log mailing list