MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / controlInit

Function controlInit

Control/ControlTransfer.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205#endif
206
207void controlInit()
208{
209 LOG(DEBUG);
210 gTMSITable.tmsiTabOpen(gConfig.getStr("Control.Reporting.TMSITable").c_str());
211 LOG(DEBUG);
212 gNewTransactionTable.ttInit();
213 LOG(DEBUG);
214}
215
216};

Callers 1

mainFunction · 0.85

Calls 2

tmsiTabOpenMethod · 0.80
ttInitMethod · 0.80

Tested by

no test coverage detected