mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
libctrl: Follow rename of controlif_setup -> ctrl_interface_setup
This commit is contained in:
@@ -75,5 +75,5 @@ int sgsn_ctrl_cmds_install(void)
|
||||
|
||||
struct ctrl_handle *sgsn_controlif_setup(struct gsm_network *net, uint16_t port)
|
||||
{
|
||||
return controlif_setup(net, port, NULL);
|
||||
return ctrl_interface_setup(net, port, NULL);
|
||||
}
|
||||
|
||||
@@ -99,5 +99,5 @@ err_index:
|
||||
|
||||
struct ctrl_handle *bsc_controlif_setup(struct gsm_network *net, uint16_t port)
|
||||
{
|
||||
return controlif_setup(net, port, bsc_ctrl_node_lookup);
|
||||
return ctrl_interface_setup(net, port, bsc_ctrl_node_lookup);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user