rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_string

Change-Id: I1b327bf955069ab10b2c6aa643ecf975fa23c1b5
This commit is contained in:
Pau Espin Pedrol 2020-12-11 19:51:38 +01:00 committed by pespin
parent ea2147af90
commit 95e4a2b3ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 }