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