This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/21682 )
Change subject: rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_string
......................................................................
rlcmac: Fix typo in MT_PACKET_CELL_CHANGE_NOTIFICATION value_string
Change-Id: I1b327bf955069ab10b2c6aa643ecf975fa23c1b5
---
M src/gsm_rlcmac.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/gsm_rlcmac.c b/src/gsm_rlcmac.c
index abb1e59..9b8782d 100644
--- a/src/gsm_rlcmac.c
+++ b/src/gsm_rlcmac.c
@@ -5318,7 +5318,7 @@
{ 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 }
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/21682
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I1b327bf955069ab10b2c6aa643ecf975fa23c1b5
Gerrit-Change-Number: 21682
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201211/bd916d5d/attachment.htm>