From a0635fc4f530479b64323d12c1dcfbd89aff56be Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Thu, 1 Jun 2023 10:13:50 +0200 Subject: ASCI: Add Notification/NCH message to gsm_04_08.h This message is (the only message) used on the NCH to notify the MS about all currently ongoing voice group/broadcast calls. Change-Id: Iff1555a2914ce0a1ead6ab883498adb2c33b135e --- include/osmocom/gsm/protocol/gsm_04_08.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/osmocom/gsm/protocol') diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index 81e48179..a4e05d64 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -1302,6 +1302,14 @@ struct gsm48_imm_ass_rej { uint8_t rest[0]; } __attribute__ ((packed)); +/* Section 9.1.21b */ +struct gsm48_notification_nch { + uint8_t l2_plen; + uint8_t proto_discr; + uint8_t msg_type; + uint8_t data[0]; +} __attribute__((packed)); + /* Section 9.1.22 */ struct gsm48_paging1 { #if OSMO_IS_LITTLE_ENDIAN -- cgit v1.2.3