aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Add a queue to bsc_api to queue DTAP messages during handover/assignmentAndreas Eversberg1-0/+66
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 Eversberg3-17/+61
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 Eversberg1-1/+8
2017-12-01HO: In case of assignment failure, release all call control transactionsAndreas Eversberg2-0/+15
2017-12-01HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg1-0/+29
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 Eversberg1-1/+1
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 Eversberg3-1/+9
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 Eversberg1-0/+10
2017-12-01HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+11
2017-12-01HO: Add new configuration parameters to VTY and data structure of BTSAndreas Eversberg3-32/+246
2017-12-01HO: Move handover config from GSMNET to BTS nodeAndreas Eversberg6-149/+145
2017-12-01HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg1-3/+23
2017-12-01HO: Count number of free timeslot on a given BTSAndreas Eversberg1-0/+47
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 Eversberg3-63/+105
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 Eversberg5-37/+694
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 Eversberg2-19/+3
2017-12-01Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2017-12-01Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg3-3/+18
2017-12-01Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg2-0/+207
2017-12-01Fix: TCHH/HR payloads are 15 bytes (ToC + 14 bytes of speech data)Andreas Eversberg1-3/+3
2017-12-01Fixed problem of mute audio on some callsAndreas Eversberg1-3/+1
2017-12-01Finished support for all codecs (RTP bridge and MNCC interface)Andreas Eversberg6-18/+39
2017-12-01Fixed delay problems, if RTP stream jitters too muchAndreas Eversberg1-6/+30
2017-12-01Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg2-15/+39
2017-12-01Adding handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg3-3/+17
2017-12-01Adding traffic forwarding via RTP to remote applicationAndreas Eversberg8-41/+226
2017-12-01DROP openbsc PATH ELEMENT FOR MERGINGNeels Hofmeyr129-0/+61272