aboutsummaryrefslogtreecommitdiffstats
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 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
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 Eversberg3-0/+217
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 Eversberg7-20/+42
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 Eversberg4-15/+43
2017-12-01Adding handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg4-3/+18
2017-12-01Adding traffic forwarding via RTP to remote applicationAndreas Eversberg13-43/+251
2017-12-01RENAME include/openbsc TO include/osmocom/bsc FOR MERGINGNeels Hofmeyr64-0/+0
2017-12-01DROP openbsc PATH ELEMENT FOR MERGINGNeels Hofmeyr297-32/+32
2013-07-29Fix of several compiler warningsAndreas Eversberg9-7/+29
2013-07-28gprs: Fix a typo in the commentHolger Hans Peter Freyther1-1/+1
2013-07-27tests: TestCase.assertGreater is not available on Python 2.5Holger Hans Peter Freyther1-2/+2
2013-07-27expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther5-28/+101
2013-07-27expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther6-17/+66
2013-07-27expiration: Print the "expire_lu" time in show subscriberHolger Hans Peter Freyther1-0/+9
2013-07-27smpp: Move the coding/mode detection into a utils fileHolger Hans Peter Freyther13-37/+174
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther7-20/+11
2013-07-21sgsn: spelling fixes inside commentsHarald Welte2-3/+3
2013-07-21SMPP: complete the VTY help/documentationHarald Welte1-9/+33
2013-07-21remove 'bind early' from osmo-bsc_mgcp example configHarald Welte1-1/+0
2013-07-21sgsn: Add "auth-policy" VTY command to enable/disable ACLHarald Welte3-1/+20
2013-07-21sgsn: add a minimalistic ACLHarald Welte4-2/+84
2013-07-18oml: Add a missing break switch for NM_OC_BS11Holger Hans Peter Freyther1-0/+1
2013-07-14smpp: Close the file descriptor when we can't accept the SMSC connHolger Hans Peter Freyther1-1/+4
2013-07-14smpp: Add the classic check for osmo_fd_registerHolger Hans Peter Freyther1-1/+5