Change in libosmocore[master]: osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
Neels Hofmeyr
gerrit-no-reply at lists.osmocom.org
Mon Mar 11 15:15:21 UTC 2019
Neels Hofmeyr has uploaded this change for review. ( https://gerrit.osmocom.org/13207
Change subject: osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
......................................................................
osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label
Change-Id: Id84021858dfb2f7d6a7cf81ae73bd94cd47f6776
---
M src/gsm/gsm48.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/07/13207/1
diff --git a/src/gsm/gsm48.c b/src/gsm/gsm48.c
index 4166c15..5dc30ad 100644
--- a/src/gsm/gsm48.c
+++ b/src/gsm/gsm48.c
@@ -1192,7 +1192,7 @@
static char buf[128];
char cm1[42] = "no-cm1";
char cm2[42] = " no-cm2";
- char cm3[42] = " no-cm2";
+ char cm3[42] = " no-cm3";
if (cm->classmark1_set)
snprintf(cm1, sizeof(cm1), "cm1{a5/1=%s}",
--
To view, visit https://gerrit.osmocom.org/13207
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id84021858dfb2f7d6a7cf81ae73bd94cd47f6776
Gerrit-Change-Number: 13207
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190311/62cb40fe/attachment.html>
More information about the gerrit-log
mailing list