aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rsl: Implement handling of rsl Delete Ind messagekluchnikov/rsl-delete-indIvan Kluchnikov2014-02-201-1/+37
* gsm_data: Add search for TRX by ARFCNIvan Kluchnikov2014-02-202-0/+12
* bsc_init: Check BTS configuration, BTS should not use duplicate ARFCNsIvan Kluchnikov2014-02-201-0/+13
* 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
| * mgcp/rtp: Make offset computation understandableJacob Erlbeck2014-01-161-4/+4
| * mgcp: Set output_enabled flags based on the MGCP modeJacob Erlbeck2014-01-162-14/+37
| * mgcp/test: Show the number of dummy packets sentJacob Erlbeck2014-01-162-1/+34
| * mgcp/test: Reset pkt_period_* after each testJacob Erlbeck2014-01-162-1/+3
| * mgcp/test: Test the connection mode parserJacob Erlbeck2014-01-162-3/+50
| * mgcp/rtp: Add flag to disable RTP outputJacob Erlbeck2014-01-164-2/+14
| * mgcp/rtp: Refactor mgcp_send to avoid code duplicationJacob Erlbeck2014-01-161-28/+22
|/
* Merge remote-tracking branch 'origin/jerlbeck/features/range-encode'Holger Hans Peter Freyther2014-01-1615-286/+580
|\
| * si: Implement range 128, 256, 1024 encodingJacob Erlbeck2014-01-162-17/+12
| * si: Add generic range w(k) encoderJacob Erlbeck2014-01-161-58/+83
| * si: Fix range1024 encodingJacob Erlbeck2014-01-164-39/+33
| * si: Fix range512 encodingJacob Erlbeck2014-01-162-10/+3
| * si/test: Merge si tests into gsm48 testsJacob Erlbeck2014-01-168-196/+167
| * si/test: Add tests for range encoding/decodingJacob Erlbeck2014-01-163-0/+265
| * si: Add a config option to disable SI2ter/SI2bis/SI5ter/SI5bis messagesJacob Erlbeck2014-01-164-0/+51
|/
* Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg2014-01-144-1/+119
* Add VTY option for Nokia BTS that does not send RELease CONFirm messageAndreas Eversberg2014-01-094-2/+70
* nitb: Set the DST field in generated MM info messagesJacob Erlbeck2014-01-081-0/+15