Change in osmo-bts[master]: rsl: Log lchan state during dynts PDCH->TCH

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

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Nov 26 14:55:21 UTC 2018


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/11903 )

Change subject: rsl: Log lchan state during dynts PDCH->TCH
......................................................................

rsl: Log lchan state during dynts PDCH->TCH

Change-Id: Iee5ac0550afda71fce67b0340749c111b364bb4f
---
M src/common/rsl.c
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/src/common/rsl.c b/src/common/rsl.c
index b221754..d4bd2f0 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -2201,8 +2201,9 @@
 
 	if (lchan->state != LCHAN_S_NONE) {
 		LOGP(DRSL, LOGL_ERROR,
-		     "%s Request to PDCH %s, but lchan is still active\n",
-		     gsm_ts_and_pchan_name(ts), pdch_act? "ACT" : "DEACT");
+		     "%s Request to PDCH %s, but lchan is still in state %s\n",
+		     gsm_ts_and_pchan_name(ts), pdch_act? "ACT" : "DEACT",
+		     gsm_lchans_name(lchan->state));
 		rsl_tx_dyn_pdch_nack(lchan, pdch_act, RSL_ERR_NORMAL_UNSPEC);
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/11903
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Iee5ac0550afda71fce67b0340749c111b364bb4f
Gerrit-Change-Number: 11903
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
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/20181126/51df50eb/attachment.htm>


More information about the gerrit-log mailing list