MCPcopy Create free account
hub / github.com/SIPp/sipp / createSendingMessage

Method createSendingMessage

src/call.cpp:2559–2563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2557
2558
2559char* call::createSendingMessage(SendingMessage *src, int P_index, int *msgLen)
2560{
2561 static char msg_buffer[SIPP_MAX_MSG_SIZE+2];
2562 return createSendingMessage(src, P_index, msg_buffer, sizeof(msg_buffer), msgLen);
2563}
2564
2565char* call::createSendingMessage(SendingMessage *src, int P_index, char *msg_buffer, int buf_len, int *msgLen)
2566{

Callers

nothing calls this directly

Calls 15

ERROR_NOFunction · 0.85
ERRORFunction · 0.85
createAuthHeaderFunction · 0.85
get_header_contentFunction · 0.85
numComponentsMethod · 0.80
getComponentMethod · 0.80
setCryptoTagMethod · 0.80
selectCipherAlgorithmMethod · 0.80

Tested by

no test coverage detected