aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-10move openbsc into its own subdirectoryHarald Welte37-20105/+0
2009-06-09* add support for storing classmark1/2/3 per subscriberHarald Welte2-7/+149
2009-06-09don't prefix every line with timestamp, this saves some screen real estateHarald Welte2-7/+22
2009-06-09fix typo CHANNL->CHANNELHarald Welte1-1/+1
2009-06-09some more commentsHarald Welte1-2/+3
2009-06-09db.c: tmsi may be empty so put it into '' to make that obvoius (Andreas Evers...Holger Freyther1-3/+3
2009-06-09gsm_04_08.c: Kill duplication pointed out by Andreas EversbergHolger Freyther1-22/+18
2009-06-09gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg)Holger Freyther1-0/+1
2009-06-09bsc_hack.c: Fix the -l db option (Andreas Eversberg)Holger Freyther1-1/+1
2009-06-08Add the isdnsync program which enable layer1 and layer2 on a cardHolger Freyther2-1/+195
2009-06-06gsm_04_08.c: Some spoofing protection against two location updating requestsHolger Freyther1-0/+11
2009-06-06lchan: Handle the abnormal case of channel getting closedHolger Freyther2-1/+28
2009-06-06Revert "[db] Keep track of the current gsm_network"Holger Freyther2-4/+2
2009-06-05fix CONN FAIL and IPAC_DISCONNECT_IND log printingHarald Welte1-3/+2
2009-06-05print reject cause of MM STATUS messageHarald Welte1-1/+10
2009-06-05missing newline in log message about measurement resultHarald Welte1-0/+2
2009-06-05fix printing of measurement resultsHarald Welte1-1/+0