Change in libosmocore[master]: osmo_gsm48_classmark_a5_name(): fix 'no-cm3' label

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Mar 14 03:43:10 UTC 2019


Neels Hofmeyr has submitted this change and it was merged. ( 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(-)

Approvals:
  Vadim Yanitskiy: Looks good to me, approved
  Pau Espin Pedrol: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: Id84021858dfb2f7d6a7cf81ae73bd94cd47f6776
Gerrit-Change-Number: 13207
Gerrit-PatchSet: 2
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190314/ededed7d/attachment.htm>


More information about the gerrit-log mailing list