aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2023-09-11 18:26:45 +0200
committerpespin <pespin@sysmocom.de>2023-09-12 10:42:48 +0000
commit84d5a825a480a724dfe47a5cd256e9b43ecf1499 (patch)
treebbeb64165545a5c7de2bac66c8ba658907d9fa4c
parent16ad6c29fe69e201ca51aff9e9a5be2055cfe8da (diff)
ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08.h12
1 files changed, 12 insertions, 0 deletions
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