From f945689cd9b176eeb9a36073b159e5114c8e62d1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 3 Sep 2019 13:56:00 +0200 Subject: gsm_08_58: Add vendor-specific Message Type for ETWS Primary Warning Change-Id: I36fc2ffc22728887d1cb8768c7fcd9739a8ec0fc Related: OS#4046, OS#4047 --- include/osmocom/gsm/protocol/gsm_08_58.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/gsm') diff --git a/include/osmocom/gsm/protocol/gsm_08_58.h b/include/osmocom/gsm/protocol/gsm_08_58.h index 1d4530d1..da55a8d9 100644 --- a/include/osmocom/gsm/protocol/gsm_08_58.h +++ b/include/osmocom/gsm/protocol/gsm_08_58.h @@ -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 */ -- cgit v1.2.3