diff options
| author | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-04-21 22:47:54 +0200 | 
|---|---|---|
| committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-04-21 22:48:00 +0200 | 
| commit | 95959a8a86d080669cc6070c71e0730c8df9f347 (patch) | |
| tree | 68d6a80c6f908eef9e88589c2f950ed3fbe5264f /include | |
| parent | 542301b0673f77c774c310ec7e2d568a7d515e25 (diff) | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/gsm/protocol/gsm_08_58.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index f0094a34..5e97b0d8 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -204,6 +204,11 @@ enum abis_rsl_msgtype_siemens {  	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,  | 
