[MERGED] libosmocore[master]: gsm_08_58.h: Add Ericsson vendor-specific RSL message types

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon Apr 23 08:37:53 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: gsm_08_58.h: Add Ericsson vendor-specific RSL message types
......................................................................


gsm_08_58.h: Add Ericsson vendor-specific RSL message types

We are alredy doing the same way for ip.access and siemens ones, and
this way we avoid using the hardcoded value in osmo-bsc.

Change-Id: I7cb65f3ff1cfdbe4eee97b7545bcd13a38c72e25
---
M include/osmocom/gsm/protocol/gsm_08_58.h
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  lynxis lazus: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h
index f0094a3..5e97b0d 100644
--- a/include/osmocom/gsm/protocol/gsm_08_58.h
+++ b/include/osmocom/gsm/protocol/gsm_08_58.h
@@ -204,6 +204,11 @@
 	RSL_MT_SIEMENS_MODIF_COND_IND	= 0x50,
 };
 
+/*! Ericsson vendor-specific RSL message types */
+enum abis_rsl_msgtype_ericsson {
+	RSL_MT_ERICSSON_IMM_ASS_SENT	= 0x10,
+};
+
 /*! RSL Information Element Identifiers (Chapter 9.3) */
 enum abis_rsl_ie {
 	RSL_IE_CHAN_NR			= 0x01,

-- 
To view, visit https://gerrit.osmocom.org/7893
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7cb65f3ff1cfdbe4eee97b7545bcd13a38c72e25
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list