aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_rlcmac.c
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2020-12-11 19:51:38 +0100
committerpespin <pespin@sysmocom.de>2020-12-11 19:57:29 +0000
commit95e4a2b3aeeee0335926f2cffa9b9b9af5abc889 (patch)
treebe14adb80284c556cacbdf9310029629e45f736d /src/gsm_rlcmac.c
parentea2147af90a7524d2a50a91e94d6929e95134ffd (diff)
rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_string
Diffstat (limited to 'src/gsm_rlcmac.c')
-rw-r--r--src/gsm_rlcmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_rlcmac.c b/src/gsm_rlcmac.c
index abb1e59c..9b8782d0 100644
--- a/src/gsm_rlcmac.c
+++ b/src/gsm_rlcmac.c
@@ -5318,7 +5318,7 @@ static const struct value_string rlcmac_ul_msg_names[] = {
{ MT_PACKET_PAUSE, "Pkt Pause" },
{ MT_PACKET_ENHANCED_MEASUREMENT_REPORT,"Pkt Enchanced Meas Report" },
{ MT_ADDITIONAL_MS_RAC, "Additional MS RAC" },
- { MT_PACKET_CELL_CHANGE_NOTIFICATION, "Pkt Cell Changte Notification" },
+ { MT_PACKET_CELL_CHANGE_NOTIFICATION, "Pkt Cell Change Notification" },
{ MT_PACKET_SI_STATUS, "Pkt SI Status" },
{ MT_ENHANCED_MEASUREMENT_REPORT, "Enchanced Meas Report" },
{ 0, NULL }