aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-14mncc: Use the default codec from the built-in mncc modezecke/features/rtp-bridgeHolger Hans Peter Freyther3-6/+14
2015-09-14mncc: Implement CRCX->MDCX for handover for direct rtp modeHolger Hans Peter Freyther2-6/+29
2015-09-14mncc: Implement the direct RTP mode for ip based systemsHolger Hans Peter Freyther2-0/+217
2015-09-14mncc: Update the protocol to match LCRHolger Hans Peter Freyther2-1/+16
2015-09-14msc: Add channel information to the meas_feed, bump version to v1.Alexander Chemeris2-1/+22
2015-09-07osmux: fix show online-helpPablo Neira Ayuso1-1/+1
2015-09-04Add SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2-2/+2
2015-09-04mgcp: Fix grammar, clean-up return codesHolger Hans Peter Freyther1-7/+6
2015-09-04mgcp: Remove use of hardwired @mgw from endpoint IDs.Michael McTernan1-1/+1
2015-09-04system_information.c: Distinguish two previously identical log msgsHarald Welte1-2/+2
2015-09-04Fix neighbor channel list generation for 1900 MHz PCS bandHarald Welte1-3/+3
2015-08-23debian: Require ares for the SGSN and GGSN resolvingHolger Hans Peter Freyther1-1/+1
2015-08-23debian: Add libssl-dev for the NATHolger Hans Peter Freyther1-1/+1
2015-08-20mgcp: Allow to bind to different ports for net/bts portsHolger Hans Peter Freyther4-0/+75
2015-08-20mgcp: Begin to separate network and bts endpointsHolger Hans Peter Freyther4-18/+36
2015-08-19mgcp: Add transcoding from PCMU as wellHolger Hans Peter Freyther3-1/+36
2015-08-19osmux: add option to pad the circuit with dummy messagesPablo Neira Ayuso3-0/+27
2015-08-18Use 'ROUTING AREA' consistently, not 'ROUTEING AREA'Harald Welte1-1/+1
2015-08-18GSM/GPRS 04.08: Don't print numeric mobile identity typesHarald Welte3-33/+29
2015-08-18GMM: fix format string compiler warningHarald Welte1-1/+1
2015-08-18GMM: Don't use DGPRS logging category from GMMHarald Welte1-2/+2
2015-08-18GMM: use MMCTXP whenever possible to include MS identity in log outputHarald Welte1-14/+17
2015-08-18LLC: Don't dispatch XID frames into GMMHarald Welte1-1/+1
2015-08-18LLC: Don't feed length=0 frames to SNDCP / GMMHarald Welte1-1/+1
2015-08-18GMM: add hexdump in case of unknown pdisc/msgtypeHarald Welte1-6/+6
2015-08-18sgsn: make all SGSN timers configurable via the VTYHarald Welte3-36/+123
2015-08-17Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2015-08-17Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg4-3/+33
2015-08-17Add check for non existing lchan at tch_frame_down()Andreas Eversberg1-0/+4
2015-08-17mgcp: Test we don't crash on the NAT dummy MGCP messageHolger Hans Peter Freyther1-0/+22
2015-08-17mgcp: Avoid crashing when rtpmap is not completeHolger Hans Peter Freyther2-3/+6
2015-08-14Merge branch 'zecke/features/sdp-codec-handling'Holger Hans Peter Freyther5-221/+421
2015-08-14mgcp: Allow to enforce that the codecs need to matchHolger Hans Peter Freyther4-4/+86
2015-08-14mgcp: Turn SDP file parsing in a two stage processHolger Hans Peter Freyther1-28/+108
2015-08-14mgcp: Move the SDP handling into a separate file/moduleHolger Hans Peter Freyther4-218/+259
2015-08-14mgcp: Remove unused parsing data structHolger Hans Peter Freyther1-3/+0
2015-08-13nat: Forward SDP files with multiple payload types in itHolger Hans Peter Freyther3-9/+10
2015-08-12sms: Attempt to plug memory leaks seen at RhizomaticaHolger Hans Peter Freyther1-0/+2
2015-08-08paging: Provide information about pending requestsHolger Hans Peter Freyther1-2/+8
2015-08-08Merge branch 'zecke/fixes/subscr-leak'Holger Hans Peter Freyther2-0/+3
2015-08-08subscr: Fix subscr refcount issue in case of message errorHolger Hans Peter Freyther1-0/+2
2015-08-08subscr: Fix potential subscr ref count issueHolger Hans Peter Freyther1-0/+1
2015-08-08Merge branch 'zecke/changes/paging-order'Holger Hans Peter Freyther3-30/+24
2015-08-03paging: Forget we were paging after the dispatchHolger Hans Peter Freyther1-1/+1
2015-08-03paging: Stop paging everywhere before dispatching any signalHolger Hans Peter Freyther1-9/+9
2015-08-03paging: Go through all BTS to stop pagingHolger Hans Peter Freyther1-16/+9
2015-08-03paging: In case paging failed stop it everywhereHolger Hans Peter Freyther1-1/+3
2015-08-03paging: Move the silent_call code to use the subscriber requestHolger Hans Peter Freyther1-4/+3
2015-08-0364bit: Fix compiler warnings in regard to 64bitHolger Hans Peter Freyther6-8/+8
2015-08-01use non-vararg functions if possibleMax1-3/+3