aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-01-05[bsc_msc_ip] Turn the MNC hack into a config optionHolger Hans Peter Freyther4-6/+37
2010-01-05[bsc_mgcp] Set the right remote rtp and rtcp portHolger Hans Peter Freyther1-0/+2
2010-01-05[bsc_mgcp] Fix writing of the config file...Holger Hans Peter Freyther1-0/+2
2010-01-05[bsc_mgcp] Print a message which mode is configuredHolger Hans Peter Freyther1-0/+4
2010-01-05[bsc_mgcp] Add a new forward only mode to the bsc_mgcpHolger Hans Peter Freyther1-25/+61
2010-01-05[bssap] Set the right GSM08.08 speech version indicatorHolger Hans Peter Freyther1-6/+13
2009-12-22[misc] Move handover into libmsc.aHolger Hans Peter Freyther1-3/+4
2009-12-22Merge commit 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther58-936/+4372
2009-12-22[misc] Move rtp_proxy.c into the libbsc.cHolger Hans Peter Freyther1-2/+2
2009-12-22[gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utilsHolger Hans Peter Freyther2-68/+69
2009-12-22keep some internal statistics inside OpenBSCHarald Welte8-1/+128
2009-12-21it's LOGL_ERROR, not LOG_ERRORHarald Welte2-3/+3
2009-12-21[sms] bugfix: additional functionality indicator only appears in TP_VPF_ENHAN...Steffen Neubauer1-1/+2
2009-12-21make sure bootstrap_bts() only contains static initializationHarald Welte1-3/+5
2009-12-21remove duplicate flag for cell barringHarald Welte3-7/+4
2009-12-21ipaccess: Fix two minor bugs regarding multi-TRX setupHarald Welte1-2/+3
2009-12-21[gprs] SI 13 should only be generated on C0 (BCCH-carrying TRX)Harald Welte1-7/+8
2009-12-21fix crash in A-bis OML plugin in recent wireshark versionsHarald Welte1-8/+8
2009-12-21[abis] Do not access an array with N elements at index NHolger Hans Peter Freyther1-3/+3
2009-12-21[abis] Properly compare obj_inst->trx_nr to bts->num_trxHolger Hans Peter Freyther1-2/+2
2009-12-21make handover algorithm parameters configurable from VTYHarald Welte1-0/+65
2009-12-21[handover] Real handover algorithmHarald Welte5-27/+241
2009-12-21handover: set old channel to INACTIVE stateHarald Welte1-1/+4
2009-12-21RSL: keep track if a channel is active or notHarald Welte2-0/+19
2009-12-21meas_rep: utility function for processing of measurement reportsHarald Welte3-1/+142
2009-12-21Fix typo s/memcpy/memcmp in trau_frame.cAndreas Eversberg1-1/+1
2009-12-21chan_alloc: Delete T3101 on lchan_free as wellSylvain Munaut1-0/+1
2009-12-21[db] Fix queries for unsent SMSSylvain Munaut1-3/+5
2009-12-20Fix some compiler warnings regarding missing const in rest_octets.cHarald Welte1-2/+3
2009-12-20fix compiler warning and coding style in rtp_proxyHarald Welte1-2/+3
2009-12-20[handover] implement TCH RTP stream handoverHarald Welte1-1/+69
2009-12-20rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock()Harald Welte3-17/+18
2009-12-20Move RTP socket handling out of signal handlers into abis_rslHarald Welte2-26/+33
2009-12-20don't enable handover unless RTP Proxy is enabledHarald Welte1-0/+6
2009-12-20Introduce new MNCC based proxy modeHarald Welte1-4/+59
2009-12-20remove hand full of 'extern ipacc_rtp_direct' definitionsHarald Welte4-4/+1
2009-12-20RTP Proxy: Fix RTP sequence number and timestamp in case of dropped framesHarald Welte2-0/+36
2009-12-20add FIXME to IMSI DETACH INDICATION: we need to release all transactionsHarald Welte1-0/+3
2009-12-20fix segfault in rrlp code in case of unsuccessful pagingHarald Welte1-0/+4
2009-12-20handover: disable default-printing of every measurement reportHarald Welte1-1/+1
2009-12-20handover: no debug message for ever non-handover measurement reportHarald Welte1-3/+1
2009-12-20handover: don't create negative lchan use countsHarald Welte1-3/+0
2009-12-19Add RTP support for EFRHarald Welte3-1/+11
2009-12-19RTP-enable MNCC API for LCR + ip.accessHarald Welte7-52/+409
2009-12-19[handover] add VTY parameter to enable/disable handoverHarald Welte3-7/+28
2009-12-19[handover] don't use measurement reports with NCELL=7Harald Welte1-0/+3
2009-12-19system_information: DEBUGP() SI13/5/6 during startupHarald Welte1-12/+12
2009-12-19system_information: ip.access wants L2_PLEN, BS-11 doesn'tHarald Welte1-7/+20
2009-12-19don't print measurement reports that have no cellsHarald Welte1-0/+2
2009-12-19measurement report parsing: NO-NCELL-M of 7 tells us no neighborsHarald Welte1-1/+1