mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-11-03 05:33:32 +00:00
Send HnbRegisterRequest when HnodeB connects on Iuh
Change-Id: I901fd456221a3bdc3f4f95b7fd3b9484c7830f24
This commit is contained in:
@@ -98,9 +98,12 @@ static int hnb_iuh_read_cb(struct osmo_stream_cli *conn)
|
|||||||
return rc;
|
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");
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user