Change in libosmocore[master]: gprs_bssgp_util: complete bssgp_pdu_strings

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/.

dexter gerrit-no-reply at lists.osmocom.org
Mon Dec 7 19:55:58 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21596 )


Change subject: gprs_bssgp_util: complete bssgp_pdu_strings
......................................................................

gprs_bssgp_util: complete bssgp_pdu_strings

The value strings for the BSSGP lack some items, lets make it complete.

Change-Id: I94956ca12df7f7ba912da05397b3fb39956277f7
Related: SYS#5103
---
M src/gb/gprs_bssgp_util.c
1 file changed, 16 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/96/21596/1

diff --git a/src/gb/gprs_bssgp_util.c b/src/gb/gprs_bssgp_util.c
index da0b103..a4ee926 100644
--- a/src/gb/gprs_bssgp_util.c
+++ b/src/gb/gprs_bssgp_util.c
@@ -160,6 +160,22 @@
 	{ 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" },
+	{ BSSGP_PDUT_PERFORM_LOC_REQ,		"PERFORM-LOC-REQ" },
+	{ BSSGP_PDUT_PERFORM_LOC_RESP,		"PERFORM-LOC-RESP" },
+	{ BSSGP_PDUT_PERFORM_LOC_ABORT,		"PERFORM-LOC-ABORT" },
+	{ BSSGP_PDUT_POSITION_COMMAND,		"POSITION-COMMAND" },
+	{ BSSGP_PDUT_POSITION_RESPONSE,		"POSITION-RESPONSE" },
+	{ BSSGP_PDUT_RAN_INFO,			"RAN-INFO" },
+	{ BSSGP_PDUT_RAN_INFO_REQ,		"RAN-INFO-REQ" },
+	{ BSSGP_PDUT_RAN_INFO_ACK,		"RAN-INFO-ACK" },
+	{ BSSGP_PDUT_RAN_INFO_ERROR,		"RAN-INFO-ERROR" },
+	{ BSSGP_PDUT_RAN_INFO_APP_ERROR,	"RAN-INFO-APP-ERROR" },
+	{ BSSGP_PDUT_MBMS_START_REQ,		"MBMS-START-REQ" },
+	{ BSSGP_PDUT_MBMS_START_RESP,		"MBMS-START-RESP" },
+	{ BSSGP_PDUT_MBMS_STOP_REQ,		"MBMS-STOP-REQ" },
+	{ BSSGP_PDUT_MBMS_STOP_RESP,		"MBMS-STOP-RESP" },
+	{ BSSGP_PDUT_MBMS_UPDATE_REQ,		"MBMS-UPDATE-REQ" },
+	{ BSSGP_PDUT_MBMS_UPDATE_RESP,		"MBMS-UPDATE-RESP" },
 	{ 0, NULL },
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I94956ca12df7f7ba912da05397b3fb39956277f7
Gerrit-Change-Number: 21596
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201207/c493fdb5/attachment.htm>


More information about the gerrit-log mailing list