aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-29Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2013-07-29Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg3-3/+18
2013-07-29Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg3-0/+217
2013-07-29Fix: TCHH/HR payloads are 15 bytes (ToC + 14 bytes of speech data)Andreas Eversberg1-3/+3
2013-07-29Fixed problem of mute audio on some callsAndreas Eversberg1-3/+1
2013-07-29Finished support for all codecs (RTP bridge and MNCC interface)Andreas Eversberg7-20/+42
2013-07-29Fixed delay problems, if RTP stream jitters too muchAndreas Eversberg1-6/+30
2013-07-29Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg4-15/+43
2013-07-29Adding handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg4-3/+18
2013-07-29Adding traffic forwarding via RTP to remote applicationAndreas Eversberg13-43/+251
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
2013-07-14smpp: Fix possible NULL dereference of the emse->aclHolger Hans Peter Freyther1-2/+2
2013-07-14smpp: Checking an array for NULL will always be falseHolger Hans Peter Freyther2-2/+2
2013-07-14ipaccess: The proxy code checked the array but not the elementHolger Hans Peter Freyther1-1/+1
2013-07-14ipaccess: Fix a resource leak in case the stat is failingHolger Hans Peter Freyther1-0/+1
2013-07-14nitb: The subscr->imsi is an array will never be NULLHolger Hans Peter Freyther2-4/+2
2013-07-13Fix license header at smpp_openbsc.c and smpp_smsc.cHarald Welte2-22/+24
2013-07-11smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO caseHarald Welte1-15/+28
2013-07-11Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg2-1/+3
2013-07-08libmgcp: add enum mgcp_type and use itPablo Neira Ayuso3-13/+36
2013-07-06mncc: Remove what we believe to be a tautology from the MNCC codeHolger Hans Peter Freyther1-14/+16
2013-07-05nat: The con variable is not assigned at this pointHolger Hans Peter Freyther1-5/+0
2013-07-05nat: number could point to an address on the stack that can be reusedHolger Hans Peter Freyther1-1/+1
2013-07-05nat: Address coverity warning about uninitialized addrHolger Hans Peter Freyther1-0/+1
2013-07-05nat: Please coverity and initialize the saveptr to NULLHolger Hans Peter Freyther1-1/+1
2013-07-04nitb: Add a missing NULL check for searching the subscriberHolger Hans Peter Freyther1-1/+8
2013-07-04db: Fix an issue with the memsetHolger Hans Peter Freyther1-1/+1
2013-07-04gsm_subscriber: Fix compiler warning of the printf stringHolger Hans Peter Freyther1-1/+1
2013-07-04nat: The second call didn't really add anything to the test.Holger Hans Peter Freyther1-3/+0
2013-07-04ipaccess-config: Add missing break to parsing the -L optionHolger Hans Peter Freyther1-0/+1
2013-07-04ipaccess-config: Fix a resource leak in an error pathHolger Hans Peter Freyther1-0/+1