gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning

Change-Id: I36fc2ffc22728887d1cb8768c7fcd9739a8ec0fc
Related: OS#4046, OS#4047
This commit is contained in:
Harald Welte 2019-09-03 13:56:00 +02:00 committed by laforge
parent 750d8311f5
commit f945689cd9
2 changed files with 3 additions and 0 deletions

View File

@ -236,6 +236,8 @@ enum abis_rsl_msgtype {
RSL_MT_IPAC_DLCX = 0x77,
RSL_MT_IPAC_DLCX_ACK,
RSL_MT_IPAC_DLCX_NACK,
RSL_MT_OSMO_ETWS_CMD = 0x7f,
};
/*! Siemens vendor-specific RSL message types */

View File

@ -389,6 +389,7 @@ static const struct value_string rsl_msgt_names[] = {
{ RSL_MT_TFO_REP, "TFO_REP" },
{ RSL_MT_TFO_MOD_REQ, "TFO_MOD_REQ" },
{ RSL_MT_LOCATION_INFO, "LOCATION_INFO" },
{ RSL_MT_OSMO_ETWS_CMD, "OSMO_ETWS_CMD" },
{ 0, NULL }
};