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

Method dsSetLocalHeader

SIP/SIPBase.h:205–205  ·  view source on GitHub ↗

Set local header directly, used for handover:

Source from the content-addressed store, hash-verified

203 void dsSetLocalMO(const FullMobileId &msid, bool addTag);
204 // Set local header directly, used for handover:
205 void dsSetLocalHeader(const SipPreposition *header) { LOG(DEBUG); mLocalHeader = *header; }
206 void dsSetRemoteHeader(const SipPreposition *header) { LOG(DEBUG); mRemoteHeader = *header; }
207 void dsSetCallId(const std::string wCallId) { mCallId = wCallId; }
208

Callers 1

newSipDialogHandoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected