Change in osmo-bts[master]: WIP

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.org
Thu Oct 14 12:46:43 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/25780 )


Change subject: WIP
......................................................................

WIP

Change-Id: Id32d63b802f435b4abe67716b0876d97877c3574
---
M src/common/lchan.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/80/25780/1

diff --git a/src/common/lchan.c b/src/common/lchan.c
index 747e8b0..26b6dda 100644
--- a/src/common/lchan.c
+++ b/src/common/lchan.c
@@ -198,6 +198,7 @@
 		case LCHAN_S_ACTIVE:
 			/* Activation is done, send the RR IA now. Delay a bit more to give Um time to let the lchan
 			 * light up for the MS */
+			LOGPLCHAN(lchan, DL1C, LOGL_ERROR, "PESPIN: RE-SCHEDULING lchan->early_rr_ia_delay\n");
 			osmo_timer_del(&lchan->early_rr_ia_delay);
 			osmo_timer_schedule(&lchan->early_rr_ia_delay, 0,
 					    osmo_tdef_get(abis_T_defs, -15, OSMO_TDEF_US, -1));
@@ -205,6 +206,7 @@
 		default:
 			/* Transition to any other state means whatever IA the BSC has sent shall now not be relevant
 			 * anymore. */
+			LOGPLCHAN(lchan, DL1C, LOGL_ERROR, "PESPIN: DELETING lchan->early_rr_ia_delay\n");
 			osmo_timer_del(&lchan->early_rr_ia_delay);
 			msgb_free(lchan->early_rr_ia);
 			lchan->early_rr_ia = NULL;

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id32d63b802f435b4abe67716b0876d97877c3574
Gerrit-Change-Number: 25780
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211014/004af510/attachment.htm>


More information about the gerrit-log mailing list