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

Method ttInit

Control/L3TranEntry.cpp:926–934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void NewTransactionTable::ttInit()
927{
928 //if (! l3rewrite()) return; // Only one of TransactionTable::init or NewTransactionTable::ttInit
929 LOG(DEBUG);
930 // This assumes the main application uses sdevrandom.
931 //mIDCounter = random();
932 mIDCounter = 100; // pat changed. 0 is reserved. Start it high enough so it cannot possibly be confused with an L3TI.
933
934}
935
936
937

Callers 1

controlInitFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected