aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK: Fix of several compiler warningsjolly/testingAndreas Eversberg2014-03-137-6/+26
* osmo-nitb support for codec negotiationAndreas Eversberg2014-03-135-69/+114
* If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg2014-03-131-0/+10
* Add check to tch_map(), if RTP sockets existAndreas Eversberg2014-03-131-0/+11
* Fix: If half rate channel is used, indicate hr when modifying channel modeAndreas Eversberg2014-03-131-1/+2
* Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg2014-03-131-1/+1
* Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg2014-03-138-40/+471
* Drop bad speech frames rather than forwarding them via RTPAndreas Eversberg2014-03-131-0/+9
* Add check for non existing lchan at tch_frame_down()Andreas Eversberg2014-03-131-0/+4
* Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg2014-03-131-0/+4
* Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg2014-03-134-3/+33
* Fixed problem of mute audio on some callsAndreas Eversberg2014-03-131-3/+10
* Fixed (ipaccess BTS) delay/silence problems, if RTP stream jitters too muchAndreas Eversberg2014-03-131-29/+60
* Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg2014-03-134-17/+46
* Add traffic forwarding via RTP to remote applicationAndreas Eversberg2014-03-1315-43/+253
* Add handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg2014-03-132-2/+18
* Add support for AMR frames to MNCC/RTP interfaceAndreas Eversberg2014-03-132-5/+20
* Add support for half rate V1 frames to MNCC/RTP interfaceAndreas Eversberg2014-03-132-2/+18
* Use helper function to check if an MNCC frame is data (speech/traffic)Andreas Eversberg2014-03-133-16/+17
* Complete definitions for all speech traffic frames at MNCC interfaceAndreas Eversberg2014-03-134-5/+11
* HACK: Make mgcp_test compileAndreas Eversberg2014-02-161-1/+1
* bsc: rf_ctrl will always be created, remove the NULL checksHolger Hans Peter Freyther2014-02-083-8/+4
* libbsc: Create the RF interface all the timeHolger Hans Peter Freyther2014-02-083-28/+31
* ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther2014-02-041-3/+7
* ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther2014-02-041-4/+12
* mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther2014-02-033-70/+71
* mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2014-02-032-89/+89
* mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther2014-02-031-1/+1
* mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck2014-01-312-80/+82
* mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck2014-01-313-10/+19
* mgcp/rtp: Fix transit computation unitsJacob Erlbeck2014-01-312-124/+128
* mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2014-01-312-0/+184
* mgcp/test: Only include conn_mode into test outputJacob Erlbeck2014-01-312-15/+24
* sms/dtap: Add log messages to analyse SMS message lossJacob Erlbeck2014-01-313-0/+10
* Add function to update TRAU muxer after assignment or handoverAndreas Eversberg2014-01-276-5/+61
* Use 'defines' for length and duration of RTP payloadAndreas Eversberg2014-01-262-7/+17
* nat: Make the access-list deny cause configurableHolger Hans Peter Freyther2014-01-202-4/+50
* nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther2014-01-204-5/+120
* mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck2014-01-202-3/+2
* mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck2014-01-203-32/+34
* mgcp: Disable output enabled on initialisationJacob Erlbeck2014-01-202-3/+3
* Fix more hidden TSC bugs for Ericsson BTSHarald Welte2014-01-191-3/+3
* TSC: Add new gsm_ts_tsc() function to resolve TSC of TSHarald Welte2014-01-194-14/+11
* Do not expect all BTSs support TSC != BCCHarald Welte2014-01-197-1/+28
* Make gsm48_lchan2chan_desc() reflect a ts-specific TSCHarald Welte2014-01-191-2/+8
* openbsc: Fix coverity issuesJacob Erlbeck2014-01-172-6/+19
* Remove obsolete check of conn and lchan pointers not beeing NULLAndreas Eversberg2014-01-161-4/+2
* Merge branch 'jerlbeck/features/mgcp-rtp-keep-alive'Holger Hans Peter Freyther2014-01-169-55/+312
|\
| * mgcp: Send RTP keepalive dummy packets to netJacob Erlbeck2014-01-165-10/+149
| * mgcp/rtp: Send dummy packet to the RTCP destination, tooJacob Erlbeck2014-01-161-2/+9