LC15: add stubs for phy link/instance defaults

This commit is contained in:
Max 2016-03-22 15:40:09 +01:00 committed by Harald Welte
parent 0fe3b215b9
commit 925fcf48ed
1 changed files with 8 additions and 0 deletions

View File

@ -93,6 +93,14 @@ int bts_model_init(struct gsm_bts *bts)
return 0;
}
void bts_model_phy_link_set_defaults(struct phy_link *plink)
{
}
void bts_model_phy_instance_set_defaults(struct phy_instance *pinst)
{
}
int bts_model_oml_estab(struct gsm_bts *bts)
{
return 0;