Change in osmo-hnodeb[master]: Send HnbRegisterRequest when HnodeB connects on Iuh

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 28 17:28:59 UTC 2021


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


Change subject: Send HnbRegisterRequest when HnodeB connects on Iuh
......................................................................

Send HnbRegisterRequest when HnodeB connects on Iuh

Change-Id: I901fd456221a3bdc3f4f95b7fd3b9484c7830f24
---
M src/osmo-hnodeb/hnb.c
1 file changed, 4 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/19/26019/1

diff --git a/src/osmo-hnodeb/hnb.c b/src/osmo-hnodeb/hnb.c
index e77f1aa..d7dde7b 100644
--- a/src/osmo-hnodeb/hnb.c
+++ b/src/osmo-hnodeb/hnb.c
@@ -98,9 +98,12 @@
 	return rc;
 }
 
-static int hnb_iuh_connect_cb(struct osmo_stream_cli *cli)
+static int hnb_iuh_connect_cb(struct osmo_stream_cli *conn)
 {
 	LOGP(DMAIN, LOGL_NOTICE, "Iuh connected to HNBGW\n");
+	struct hnb *hnb = osmo_stream_cli_get_data(conn);
+
+	hnb_send_register_req(hnb);
 	return 0;
 }
 

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

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I901fd456221a3bdc3f4f95b7fd3b9484c7830f24
Gerrit-Change-Number: 26019
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/20211028/ecbf41ec/attachment.htm>


More information about the gerrit-log mailing list