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