dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/31141 )
Change subject: pcu_sock: remove unecessary OSMO_ASSERT()s
......................................................................
pcu_sock: remove unecessary OSMO_ASSERT()s
Change-Id: I8320cbc14361438d65642d15bc225e9960ce925b
Related: OS#5198
---
M src/osmo-bsc/pcu_sock.c
1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/41/31141/1
diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c
index 1d50477..c70a8ae 100644
--- a/src/osmo-bsc/pcu_sock.c
+++ b/src/osmo-bsc/pcu_sock.c
@@ -172,10 +172,6 @@
struct gsm_bts_trx *trx;
int i;
- OSMO_ASSERT(bts);
- OSMO_ASSERT(bts->network);
- OSMO_ASSERT(bts->site_mgr);
-
bts_sm = bts->site_mgr;
LOGP(DPCU, LOGL_INFO, "Sending info for BTS %d\n", bts->nr);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/31141
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I8320cbc14361438d65642d15bc225e9960ce925b
Gerrit-Change-Number: 31141
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange