From 84d5a825a480a724dfe47a5cd256e9b43ecf1499 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Mon, 11 Sep 2023 18:26:45 +0200 Subject: ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE Change-Id: I5ab196d46cdee160e59ee4ecf72c79aa1b25815f --- include/osmocom/gsm/protocol/gsm_04_08.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index c70e2e66..84b2b2a2 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -1418,6 +1418,18 @@ struct gsm48_rr_status { uint8_t rr_cause; } __attribute__((packed)); +/* Section 9.1.44 */ +struct gsm48_talker_indication { + uint8_t cm2_len; + struct gsm48_classmark2 cm2; + uint8_t data[0]; +} __attribute__((packed)); + +/* Section 9.1.48 */ +struct gsm48_uplink_release { + uint8_t rr_cause; +} __attribute__((packed)); + /* Section 10.2 + GSM 04.07 12.2.3.1.1 + 3GPP TS 24.007 11.2.3.1.1 */ #define GSM48_PDISC_GROUP_CC 0x00 #define GSM48_PDISC_BCAST_CC 0x01 -- cgit v1.2.3