aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BS11: send MRPCI message after HANDOVER COMPLETE and ASSIGNMENT COMPLETEjolly/new_handoverAndreas Eversberg2014-01-201-0/+19
* MNCC: Add IMSI to CALL CONFIRM messageAndreas Eversberg2013-09-191-0/+4
* nitb: Add a test command for stress testing all BTSsHolger Hans Peter Freyther2013-08-121-0/+31
* HO: Add option to allow immediate retry of assignment/handover if failedAndreas Eversberg2013-08-086-6/+74
* Upgrade MNCC version to 3Andreas Eversberg2013-07-291-1/+1
* Handover test functionAndreas Eversberg2013-07-297-1/+1670
* HO: New improved handover algorithmAndreas Eversberg2013-07-2910-43/+1798
* HO: Change debug category at handover decision: DHO -> DHODECAndreas Eversberg2013-07-291-7/+7
* HO: Move handover VTY commands, prepare for other HO algorithmsAndreas Eversberg2013-07-298-327/+531
* Fix: Increase the number of measurement report history to 10Andreas Eversberg2013-07-292-1/+3
* Fix: meas_rep.c will only use valid DL measurement reportsAndreas Eversberg2013-07-291-4/+19
* Add a queue to bsc_api to queue DTAP messages during handover/assignmentAndreas Eversberg2013-07-292-0/+67
* Fix assignment failure handling at bsc_api.cAndreas Eversberg2013-07-291-2/+4
* Debug messages show which unsupported codecs are removed from bcap and whyAndreas Eversberg2013-07-291-17/+62
* HO: Improve silent call featureAndreas Eversberg2013-07-296-19/+65
* HO: Allow assignment trigger via VTY commandAndreas Eversberg2013-07-291-9/+12
* Correctly set T3105 for ipaccess BTS typeAndreas Eversberg2013-07-291-1/+5
* Allow assignment to TCH channel with signalling only modeAndreas Eversberg2013-07-291-3/+2
* Do not perform assignment, if the new channel equals the current oneAndreas Eversberg2013-07-291-0/+7
* HO: Add handover decision debugging categoryAndreas Eversberg2013-07-292-1/+9
* HO: In case of assignment failure, release all call control transactionsAndreas Eversberg2013-07-293-0/+17
* HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg2013-07-292-0/+31
* HO: Always update rqd_ta after receiving measurement reportAndreas Eversberg2013-07-291-0/+2
* HO: Changed availablilty of ts_is_usable() from static to externAndreas Eversberg2013-07-292-1/+2
* HO: Count neighbor measurements and reduce window of neigh_meas_avgAndreas Eversberg2013-07-291-0/+8
* HO: Count the actual meas.rep. get_meas_rep_avg fails if not reachedAndreas Eversberg2013-07-294-1/+10
* Fix of checking TCH rate at chan_compat_with_modeAndreas Eversberg2013-07-291-1/+5
* HO: Bultin MNCC application ignores lchan_type and uses selected codecAndreas Eversberg2013-07-291-29/+33
* HO: MNCC interface uses lchan_mode and lchan_type to modify channelAndreas Eversberg2013-07-291-2/+68
* HO: Remove all TCH rates from bearer capability that are not availableAndreas Eversberg2013-07-291-0/+11
* HO: Assign SDCCH on channel requestAndreas Eversberg2013-07-291-11/+37
* HO: Store bearer capabilities of MS at connection structure for later useAndreas Eversberg2013-07-292-0/+13
* HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg2013-07-292-0/+21
* HO: Add new configuration parameters to VTY and data structure of BTSAndreas Eversberg2013-07-295-39/+286
* HO: Move handover config from GSMNET to BTS nodeAndreas Eversberg2013-07-298-166/+163
* HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg2013-07-292-3/+26
* HO: Count number of free timeslot on a given BTSAndreas Eversberg2013-07-292-0/+50
* HO: Send Channel Mode and Multirate IE along with handover commandAndreas Eversberg2013-07-291-0/+7
* HO: Return "unknown", if subscriber is not set at subscr_name()Andreas Eversberg2013-07-291-0/+2
* Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg2013-07-291-0/+5
* Allow handling of TCH/F and TCH/H frames from layer 4Andreas Eversberg2013-07-291-2/+3
* osmo-nitb support for codec negotiationAndreas Eversberg2013-07-295-69/+109
* If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg2013-07-291-0/+11
* Fix: If half rate channel is used, indicate hr when modifying channel modeAndreas Eversberg2013-07-291-1/+2
* Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg2013-07-291-1/+1
* Fixed AMR payload type selection and handlingAndreas Eversberg2013-07-291-1/+4
* Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg2013-07-298-41/+708
* Drop bad speech frames rather than forwarding them via RTPAndreas Eversberg2013-07-291-0/+9
* Add check for non existing lchan at tch_frame_down()Andreas Eversberg2013-07-291-0/+4
* Use helper function to check is an MNCC frame is data (speech/traffic)Andreas Eversberg2013-07-293-19/+11