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

Function timeUniquifier

SIP/SIPUtility.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247static uint32_t timeUniquifier()
248{
249 struct timeval now;
250 gettimeofday(&now,NULL);
251 return ((now.tv_sec&0xffff)<<16) + (now.tv_usec/16); // 32 bit number that changes every 15-16 usecs.
252}
253
254static unsigned cellid()
255{

Callers 1

globallyUniqueIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected