Change in osmo-bts[master]: bts-omldumy: Implement bts_model_trx_close

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 Jun 25 12:18:49 UTC 2020


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


Change subject: bts-omldumy: Implement bts_model_trx_close
......................................................................

bts-omldumy: Implement bts_model_trx_close

Change-Id: I13221e5dffe3290fc791f8866f25141fcc0821ff
---
M src/osmo-bts-omldummy/bts_model.c
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/src/osmo-bts-omldummy/bts_model.c b/src/osmo-bts-omldummy/bts_model.c
index c31354f..e4cc826 100644
--- a/src/osmo-bts-omldummy/bts_model.c
+++ b/src/osmo-bts-omldummy/bts_model.c
@@ -52,7 +52,8 @@
 
 void bts_model_trx_close(struct gsm_bts_trx *trx)
 {
-	LOGP(DL1C, LOGL_NOTICE, "Unimplemented %s\n", __func__);
+	trx_set_available(trx, 0);
+
 	bts_model_trx_close_cb(trx, 0);
 }
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I13221e5dffe3290fc791f8866f25141fcc0821ff
Gerrit-Change-Number: 19007
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/20200625/f1520c72/attachment.htm>


More information about the gerrit-log mailing list