pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/libosmocore/+/34291 )


Change subject: gsm_12_21.h: Introduce packed structs for 
NM_ATT_IPACC_BSSGP_CFG values
......................................................................

gsm_12_21.h: Introduce packed structs for NM_ATT_IPACC_BSSGP_CFG values

Change-Id: Ibfd759cb8a252f801bb3a758ea7960072c96f254
---
M include/osmocom/gsm/protocol/gsm_12_21.h
1 file changed, 24 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/91/34291/1

diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h 
b/include/osmocom/gsm/protocol/gsm_12_21.h
index e9d5031..8f288bb 100644
--- a/include/osmocom/gsm/protocol/gsm_12_21.h
+++ b/include/osmocom/gsm/protocol/gsm_12_21.h
@@ -790,6 +790,21 @@
        IPAC_BINF_CELL_ALLOC            = (1 << 2),
 };

+/*! ip.access NM_ATT_IPACC_BSSGP_CFG value */
+struct abis_nm_ipacc_att_bssgp_cfg {
+       uint8_t t1_s;                   /* blocking timer (T1) */
+       uint8_t t1_blocking_retries;    /* blocking retries */
+       uint8_t t1_unblocking_retries;  /* unblocking retries */
+       uint8_t t2_s;                   /* reset timer (T2) */
+       uint8_t t2_retries;             /* reset retries */
+       uint8_t t3_100ms;               /* suspend timer (T3) in 100ms */
+       uint8_t t3_retries;             /* suspend retries */
+       uint8_t t4_100ms;               /* resume timer (T4) in 100ms */
+       uint8_t t4_retries;             /* resume retries */
+       uint8_t t5_s;                   /* capability update timer (T5) */
+       uint8_t t5_retries;             /* capability update retries */
+} __attribute__((packed));
+
 /*! ip.access NM_ATT_IPACC_RLC_CFG value */
 struct abis_nm_ipacc_att_rlc_cfg {
        uint8_t t3142;

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/34291
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ibfd759cb8a252f801bb3a758ea7960072c96f254
Gerrit-Change-Number: 34291
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to