aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-06abis: Consistent usage of LOGP/DEBUGP at the "RSL CONNECT NACK" log output.Alexander Chemeris1-2/+2
2013-10-04Add "subscriber create" VTY command.Alexander Chemeris1-0/+27
2013-10-04Slight clean up of the code in gsm340_rx_tpdu() and a fix for an unlikely, bu...Alexander Chemeris1-3/+4
2013-10-04Fix typo in console output: "PEROIDOC" -> "PERIODIC".Alexander Chemeris1-1/+1
2013-10-04Fix typo ',' -> ';' at the end of a line.Alexander Chemeris1-1/+1
2013-10-04Fix copy-paste error in console output in db_test.Alexander Chemeris1-1/+1
2013-07-29Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg1-0/+5
2013-07-29Allow handling of TCH/F and TCH/H frames from layer 4Andreas Eversberg1-2/+3
2013-07-29osmo-nitb support for codec negotiationAndreas Eversberg5-69/+109
2013-07-29If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg1-0/+11
2013-07-29Fix: If half rate channel is used, indicate hr when modifying channel modeAndreas Eversberg1-1/+2
2013-07-29Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg1-1/+1
2013-07-29Fixed AMR payload type selection and handlingAndreas Eversberg1-1/+4
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