Change in osmo-bsc[master]: abis_nm.c: fix error message in verify_chan_comb()

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 19 18:35:20 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/16093 )

Change subject: abis_nm.c: fix error message in verify_chan_comb()
......................................................................

abis_nm.c: fix error message in verify_chan_comb()

Change-Id: Ic72753d821c3ab72cda79be71aed1704beefe983
---
M src/osmo-bsc/abis_nm.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 523cc38..572d762 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -1797,7 +1797,7 @@
 			/* not allowed for TS0 of BCCH-TRX */
 			if (ts->trx == ts->trx->bts->c0 &&
 			    ts->nr == 0) {
-				*reason = "SDCCH/8 must be on TS0.";
+				*reason = "SDCCH/8 must not be on C0/TS0.";
 				return -EINVAL;
 			}
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/16093
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ic72753d821c3ab72cda79be71aed1704beefe983
Gerrit-Change-Number: 16093
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20191119/aa3c76a7/attachment.htm>


More information about the gerrit-log mailing list