Change in libosmocore[master]: gsm_08_18.h: Add some PDU definitions still missing

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
Sun Dec 6 12:09:40 UTC 2020


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


Change subject: gsm_08_18.h: Add some PDU definitions still missing
......................................................................

gsm_08_18.h: Add some PDU definitions still missing

In I7da8b25c9a89a7e3ae6c1680ba838e136d7d5293 I seem to have failed
to realize that 3GPP TS 48.018 v15.0.0.0 Table 11.3.26 continues
on yet another page.  Let's add those missing PDU types definitions.

Change-Id: I9173c35240ff78048b2b76a1155d90467ef16b2d
---
M include/osmocom/gprs/protocol/gsm_08_18.h
1 file changed, 19 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/58/21558/1

diff --git a/include/osmocom/gprs/protocol/gsm_08_18.h b/include/osmocom/gprs/protocol/gsm_08_18.h
index 4c04f6b..679a08e 100644
--- a/include/osmocom/gprs/protocol/gsm_08_18.h
+++ b/include/osmocom/gprs/protocol/gsm_08_18.h
@@ -77,6 +77,25 @@
 	BSSGP_PDUT_PS_HO_COMPLETE	= 0x91,
 	BSSGP_PDUT_PS_HO_CANCEL		= 0x92,
 	BSSGP_PDUT_PS_HO_COMPLETE_ACK	= 0x93,
+	/* PDUs between LCS SAPs */
+	BSSGP_PDUT_PERFORM_LOC_REQ	= 0x60,
+	BSSGP_PDUT_PERFORM_LOC_RESP	= 0x61,
+	BSSGP_PDUT_PERFORM_LOC_ABORT	= 0x62,
+	BSSGP_PDUT_POSITION_COMMAND	= 0x63,
+	BSSGP_PDUT_POSITION_RESPONSE	= 0x64,
+	/* PDUs between RIM SAPs */
+	BSSGP_PDUT_RAN_INFO		= 0x70,
+	BSSGP_PDUT_RAN_INFO_REQ		= 0x71,
+	BSSGP_PDUT_RAN_INFO_ACK		= 0x72,
+	BSSGP_PDUT_RAN_INFO_ERROR	= 0x73,
+	BSSGP_PDUT_RAN_INFO_APP_ERROR	= 0x74,
+	/* PDUs between MBMS SAPs */
+	BSSGP_PDUT_MBMS_START_REQ	= 0x80,
+	BSSGP_PDUT_MBMS_START_RESP	= 0x81,
+	BSSGP_PDUT_MBMS_STOP_REQ	= 0x82,
+	BSSGP_PDUT_MBMS_STOP_RESP	= 0x83,
+	BSSGP_PDUT_MBMS_UPDATE_REQ	= 0x84,
+	BSSGP_PDUT_MBMS_UPDATE_RESP	= 0x85,
 };
 
 /*! BSSGP User-Data header (Section 10.2.1 and 10.2.2) */

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9173c35240ff78048b2b76a1155d90467ef16b2d
Gerrit-Change-Number: 21558
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201206/e24caf8f/attachment.htm>


More information about the gerrit-log mailing list