aboutsummaryrefslogtreecommitdiffstats
path: root/src/mncc.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-01mncc: Only copy 15 chars to leave the last one as NULLHolger Hans Peter Freyther1-1/+1
2016-04-01app/mncc: Add "use-imsi" to allow calling by IMSIHolger Hans Peter Freyther1-5/+13
2016-03-31coverity: Address two issues found by coverityHolger Hans Peter Freyther1-0/+1
2016-03-31mncc: Add handling to connect a MNCC MT callHolger Hans Peter Freyther1-10/+116
2016-03-31mncc: Introduce direction and start to handle it separetelyHolger Hans Peter Freyther1-3/+11
2016-03-31mncc: Convert ip address so BTS sends it to the right placeHolger Hans Peter Freyther1-1/+1
2016-03-27mncc: Handle REJ_IND from the NITBzecke/mt-mncc-callHolger Hans Peter Freyther1-0/+20
2016-03-27mncc: Stop timer when starting the release processHolger Hans Peter Freyther1-0/+1
2016-03-27mncc: On timeout release the other leg as wellHolger Hans Peter Freyther1-0/+5
2016-03-27mncc: Begin to implement MT call handling for SIP->MNCCHolger Hans Peter Freyther1-0/+57
2016-03-26call: It is call_create and not sip_createHolger Hans Peter Freyther1-1/+1
2016-03-26mncc: In case of a disconnect.ind inform the other legHolger Hans Peter Freyther1-0/+5
2016-03-26mncc: Send RTP_CONNECT and verify connect resultHolger Hans Peter Freyther1-1/+57
2016-03-26mncc: Refactor and reduce some code clones for sanity checksHolger Hans Peter Freyther1-44/+28
2016-03-26mncc: Prepare alerting and and connecting the callHolger Hans Peter Freyther1-1/+55
2016-03-26mncc: Handle disconnect and release the callHolger Hans Peter Freyther1-0/+55
2016-03-26mncc: In case of an unexpected REL.IND inform the other leg about itHolger Hans Peter Freyther1-1/+7
2016-03-26mncc: Log commands in hex to find the name more easily in mncc_protocol.hHolger Hans Peter Freyther1-2/+3
2016-03-26call/mncc: Set proceeding and deal with release based on this stateHolger Hans Peter Freyther1-0/+42
2016-03-26mncc: Extract the RTP port information before continuingHolger Hans Peter Freyther1-1/+9
2016-03-23call: Continue up to the point of call routingHolger Hans Peter Freyther1-2/+37
2016-03-23mncc: Add a timeout when issuing a MNCC commandHolger Hans Peter Freyther1-0/+32
2016-03-23mncc: Remember the IMSI as wellHolger Hans Peter Freyther1-0/+1
2016-03-23mncc: Add logging messages about the leg on all pointsHolger Hans Peter Freyther1-7/+18
2016-03-22call: Add a backpointer from leg to call and drop the argumentHolger Hans Peter Freyther1-14/+8
2016-03-22mncc: Dispatch setup and issue rtp create in response then continueHolger Hans Peter Freyther1-0/+163
2016-03-22mncc: Handle the hello message from NITBHolger Hans Peter Freyther1-6/+56
2016-03-21mncc: Add code to manage the mncc connection for CCHolger Hans Peter Freyther1-0/+84