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

Method set

SIP/SIPUtility.h:144–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 void setTime(long wTime) { mLimitTime = wTime; }
143
144 void set() {
145 assert(mLimitTime!=0);
146 mEndTime = Timeval(mLimitTime);
147 mActive=true;
148 }
149 void set(long wLimitTime) {
150 mLimitTime = wLimitTime;
151 set();

Callers 4

moWriteLowSideMethod · 0.45
TLWriteHighSideVMethod · 0.45
handleAttachRequestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected