osmo-sip-connector/src
Holger Hans Peter Freyther b2b13f69ae mncc: Use snprintf correctly create format specifier
I was focusing so much on the length that I didn't notice the
wrong usage of snprintf. Correct it.

Warning on Ubuntu:
mncc.c:679:3: warning: format not a string literal and no format arguments [-Wformat-security]
   snprintf(mncc.imsi, 15, called);
2016-04-04 16:26:50 +02:00
..
Makefile.am sdp: Extract SDP traversing into a separate module 2016-03-26 20:02:06 +01:00
app.c coverity: Address two issues found by coverity 2016-03-31 19:36:27 +02:00
app.h app/mncc: Add "use-imsi" to allow calling by IMSI 2016-04-01 15:35:29 +02:00
call.c call: Create a call with a SIP leg 2016-03-26 19:51:33 +01:00
call.h mncc: Introduce direction and start to handle it separetely 2016-03-31 14:17:58 +02:00
evpoll.c Initial commit for a MNCC to SIP gateway (and maybe auth GW too) 2016-03-21 09:54:37 +01:00
evpoll.h Initial commit for a MNCC to SIP gateway (and maybe auth GW too) 2016-03-21 09:54:37 +01:00
logging.h call/app: Hook the MNCC disconnect event in the app and release calls 2016-03-22 16:32:48 +01:00
main.c call/app: Hook the MNCC disconnect event in the app and release calls 2016-03-22 16:32:48 +01:00
mncc.c mncc: Use snprintf correctly create format specifier 2016-04-04 16:26:50 +02:00
mncc.h mncc: Begin to implement MT call handling for SIP->MNCC 2016-03-27 17:02:39 +02:00
mncc_protocol.h mncc: Add the protocol description from OpenBSC 2016-03-21 15:46:53 +01:00
sdp.c sip/sdp: Hack to get a GSM codec call connected 2016-03-31 16:28:21 +02:00
sdp.h sip/sdp: Hack to get a GSM codec call connected 2016-03-31 16:28:21 +02:00
sip.c sip/sdp: Hack to get a GSM codec call connected 2016-03-31 16:28:21 +02:00
sip.h sip: Implement MT call out to SIP 2016-03-26 06:22:06 +01:00
vty.c app/mncc: Add "use-imsi" to allow calling by IMSI 2016-04-01 15:35:29 +02:00
vty.h mncc: Add code to manage the mncc connection for CC 2016-03-21 17:00:02 +01:00