pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/34363?usp=email )
Change subject: ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE ...................................................................... ASCI: Add definition for TALKER INDICATION and UPLINK RELEASE Change-Id: I5ab196d46cdee160e59ee4ecf72c79aa1b25815f --- M include/osmocom/gsm/protocol/gsm_04_08.h 1 file changed, 21 insertions(+), 0 deletions(-) Approvals: fixeria: Looks good to me, approved pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h index c70e2e6..84b2b2a 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08.h +++ b/include/osmocom/gsm/protocol/gsm_04_08.h @@ -1418,6 +1418,18 @@ 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 -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/34363?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: I5ab196d46cdee160e59ee4ecf72c79aa1b25815f Gerrit-Change-Number: 34363 Gerrit-PatchSet: 2 Gerrit-Owner: jolly <andr...@eversberg.eu> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de> Gerrit-Reviewer: pespin <pes...@sysmocom.de> Gerrit-MessageType: merged