Commit c7ae7540 authored by Rohit Gupta's avatar Rohit Gupta

compilation fix for pbchsim

parent ce9c8702
...@@ -353,8 +353,8 @@ int main(int argc, char **argv) ...@@ -353,8 +353,8 @@ int main(int argc, char **argv)
eNB2->frame_parms.nushift=(Nid_cell+2)%6; eNB2->frame_parms.nushift=(Nid_cell+2)%6;
eNB2->Mod_id=2; eNB2->Mod_id=2;
phy_init_lte_eNB(eNB1,0,0,0); phy_init_lte_eNB(eNB1,0,0);
phy_init_lte_eNB(eNB2,0,0,0); phy_init_lte_eNB(eNB2,0,0);
#ifdef XFORMS #ifdef XFORMS
fl_initialize (&argc, argv, NULL, 0, 0); fl_initialize (&argc, argv, NULL, 0, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment