aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-20rsl: Implement handling of rsl Delete Ind messagekluchnikov/rsl-delete-indIvan Kluchnikov1-1/+37
2014-02-20gsm_data: Add search for TRX by ARFCNIvan Kluchnikov2-0/+12
2014-02-20bsc_init: Check BTS configuration, BTS should not use duplicate ARFCNsIvan Kluchnikov1-0/+13
2014-02-08bsc: rf_ctrl will always be created, remove the NULL checksHolger Hans Peter Freyther3-8/+4
2014-02-08libbsc: Create the RF interface all the timeHolger Hans Peter Freyther3-28/+31
2014-02-04ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther1-3/+7
2014-02-04ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther1-4/+12
2014-02-03mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther3-70/+71
2014-02-03mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2-89/+89
2014-02-03mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther1-1/+1
2014-01-31mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck2-80/+82
2014-01-31mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck3-10/+19
2014-01-31mgcp/rtp: Fix transit computation unitsJacob Erlbeck2-124/+128
2014-01-31mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2-0/+184
2014-01-31mgcp/test: Only include conn_mode into test outputJacob Erlbeck2-15/+24
2014-01-31sms/dtap: Add log messages to analyse SMS message lossJacob Erlbeck3-0/+10
2014-01-27Add function to update TRAU muxer after assignment or handoverAndreas Eversberg6-5/+61
2014-01-26Use 'defines' for length and duration of RTP payloadAndreas Eversberg2-7/+17
2014-01-20nat: Make the access-list deny cause configurableHolger Hans Peter Freyther2-4/+50
2014-01-20nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther4-5/+120
2014-01-20mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck2-3/+2
2014-01-20mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck3-32/+34
2014-01-20mgcp: Disable output enabled on initialisationJacob Erlbeck2-3/+3
2014-01-19Fix more hidden TSC bugs for Ericsson BTSHarald Welte1-3/+3
2014-01-19TSC: Add new gsm_ts_tsc() function to resolve TSC of TSHarald Welte4-14/+11
2014-01-19Do not expect all BTSs support TSC != BCCHarald Welte7-1/+28
2014-01-19Make gsm48_lchan2chan_desc() reflect a ts-specific TSCHarald Welte1-2/+8
2014-01-17openbsc: Fix coverity issuesJacob Erlbeck2-6/+19
2014-01-16Remove obsolete check of conn and lchan pointers not beeing NULLAndreas Eversberg1-4/+2
2014-01-16Merge branch 'jerlbeck/features/mgcp-rtp-keep-alive'Holger Hans Peter Freyther9-55/+312
2014-01-16mgcp: Send RTP keepalive dummy packets to netJacob Erlbeck5-10/+149
2014-01-16mgcp/rtp: Send dummy packet to the RTCP destination, tooJacob Erlbeck1-2/+9
2014-01-16mgcp/rtp: Make offset computation understandableJacob Erlbeck1-4/+4
2014-01-16mgcp: Set output_enabled flags based on the MGCP modeJacob Erlbeck2-14/+37
2014-01-16mgcp/test: Show the number of dummy packets sentJacob Erlbeck2-1/+34
2014-01-16mgcp/test: Reset pkt_period_* after each testJacob Erlbeck2-1/+3
2014-01-16mgcp/test: Test the connection mode parserJacob Erlbeck2-3/+50
2014-01-16mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck4-2/+14
2014-01-16mgcp/rtp: Refactor mgcp_send to avoid code duplicationJacob Erlbeck1-28/+22
2014-01-16Merge remote-tracking branch 'origin/jerlbeck/features/range-encode'Holger Hans Peter Freyther15-286/+580
2014-01-16si: Implement range 128, 256, 1024 encodingJacob Erlbeck2-17/+12
2014-01-16si: Add generic range w(k) encoderJacob Erlbeck1-58/+83
2014-01-16si: Fix range1024 encodingJacob Erlbeck4-39/+33
2014-01-16si: Fix range512 encodingJacob Erlbeck2-10/+3
2014-01-16si/test: Merge si tests into gsm48 testsJacob Erlbeck8-196/+167
2014-01-16si/test: Add tests for range encoding/decodingJacob Erlbeck3-0/+265
2014-01-16si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck4-0/+51
2014-01-14Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg4-1/+119
2014-01-09Add VTY option for Nokia BTS that does not send RELease CONFirm messageAndreas Eversberg4-2/+70
2014-01-08nitb: Set the DST field in generated MM info messagesJacob Erlbeck1-0/+15