aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_rlcmac.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-02-23 16:11:28 +0700
committerlaforge <laforge@osmocom.org>2020-03-02 13:33:23 +0000
commit0daf913e0c0a193c03525e09874bb002beb9777c (patch)
tree377e26ba1fbbf3d1046a547d6b3bce8e1113e9be /src/gsm_rlcmac.h
parentb47e53b5fa5d7583bcf77e8825684881e6e2d194 (diff)
gsm_rlcmac: fix Packet_Resource_Request_t: s/Slot/I_LEVEL_TN/
This is how this field is named in Wireshark. Change-Id: I140443c48af8e4bb1b6279e6de986879b7d9c276
Diffstat (limited to 'src/gsm_rlcmac.h')
-rw-r--r--src/gsm_rlcmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_rlcmac.h b/src/gsm_rlcmac.h
index 4ba03fe1..9db6a992 100644
--- a/src/gsm_rlcmac.h
+++ b/src/gsm_rlcmac.h
@@ -1607,7 +1607,7 @@ typedef struct
guint8 Exist_SIGN_VAR;
guint8 SIGN_VAR;
- InterferenceMeasurementReport_t Slot[8];
+ InterferenceMeasurementReport_t I_LEVEL_TN[8];
guint8 Exist_AdditionsR99;
PRR_AdditionsR99_t AdditionsR99;