aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sms: WIP adding more log messages to SMS code for easier SMS performance monitoring.achemeris/external_numberAlexander Chemeris2013-10-061-0/+17
* sms_queue,smpp: Refactor MO SUBMIT code to make further changes easier.Alexander Chemeris2013-10-061-26/+37
* Initial implementation of an external number alias for a subscriber.Alexander Chemeris2013-10-069-33/+131
* Introduce a standard way for printing a subscriber's info.Alexander Chemeris2013-10-061-0/+4
* abis: Consistent usage of LOGP/DEBUGP at the "RSL CONNECT NACK" log output.Alexander Chemeris2013-10-061-2/+2
* Add "subscriber create" VTY command.Alexander Chemeris2013-10-041-0/+27
* Slight clean up of the code in gsm340_rx_tpdu() and a fix for an unlikely, but possible memory leak there.Alexander Chemeris2013-10-041-3/+4
* Fix typo in console output: "PEROIDOC" -> "PERIODIC".Alexander Chemeris2013-10-041-1/+1
* Fix typo ',' -> ';' at the end of a line.Alexander Chemeris2013-10-041-1/+1
* Fix copy-paste error in console output in db_test.Alexander Chemeris2013-10-041-1/+1
* Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg2013-07-291-0/+5
* Allow handling of TCH/F and TCH/H frames from layer 4Andreas Eversberg2013-07-291-2/+3
* osmo-nitb support for codec negotiationAndreas Eversberg2013-07-295-69/+109
* If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg2013-07-291-0/+11
* Fix: If half rate channel is used, indicate hr when modifying channel modeAndreas Eversberg2013-07-291-1/+2
* Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg2013-07-291-1/+1
* Fixed AMR payload type selection and handlingAndreas Eversberg2013-07-291-1/+4
* Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg2013-07-298-41/+708
* Drop bad speech frames rather than forwarding them via RTPAndreas Eversberg2013-07-291-0/+9
* Add check for non existing lchan at tch_frame_down()Andreas Eversberg2013-07-291-0/+4
* Use helper function to check is an MNCC frame is data (speech/traffic)Andreas Eversberg2013-07-293-19/+11
* Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg2013-07-291-0/+4
* Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg2013-07-293-3/+18
* Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg2013-07-293-0/+217
* Fix: TCHH/HR payloads are 15 bytes (ToC + 14 bytes of speech data)Andreas Eversberg2013-07-291-3/+3
* Fixed problem of mute audio on some callsAndreas Eversberg2013-07-291-3/+1
* Finished support for all codecs (RTP bridge and MNCC interface)Andreas Eversberg2013-07-297-20/+42
* Fixed delay problems, if RTP stream jitters too muchAndreas Eversberg2013-07-291-6/+30
* Allow dynamic RTP payload types between application and MNCC interfaceAndreas Eversberg2013-07-294-15/+43
* Adding handling of BFI (Bad Frame Indicatior) of received TRAU framesAndreas Eversberg2013-07-294-3/+18
* Adding traffic forwarding via RTP to remote applicationAndreas Eversberg2013-07-2913-43/+251
* Fix of several compiler warningsAndreas Eversberg2013-07-299-7/+29
* gprs: Fix a typo in the commentHolger Hans Peter Freyther2013-07-281-1/+1
* tests: TestCase.assertGreater is not available on Python 2.5Holger Hans Peter Freyther2013-07-271-2/+2
* expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther2013-07-275-28/+101
* expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther2013-07-276-17/+66
* expiration: Print the "expire_lu" time in show subscriberHolger Hans Peter Freyther2013-07-271-0/+9
* smpp: Move the coding/mode detection into a utils fileHolger Hans Peter Freyther2013-07-2713-37/+174
* misc: Fix compilation warningsHolger Hans Peter Freyther2013-07-277-20/+11
* sgsn: spelling fixes inside commentsHarald Welte2013-07-212-3/+3
* SMPP: complete the VTY help/documentationHarald Welte2013-07-211-9/+33
* remove 'bind early' from osmo-bsc_mgcp example configHarald Welte2013-07-211-1/+0
* sgsn: Add "auth-policy" VTY command to enable/disable ACLHarald Welte2013-07-213-1/+20
* sgsn: add a minimalistic ACLHarald Welte2013-07-214-2/+84
* oml: Add a missing break switch for NM_OC_BS11Holger Hans Peter Freyther2013-07-181-0/+1
* smpp: Close the file descriptor when we can't accept the SMSC connHolger Hans Peter Freyther2013-07-141-1/+4
* smpp: Add the classic check for osmo_fd_registerHolger Hans Peter Freyther2013-07-141-1/+5
* smpp: Fix possible NULL dereference of the emse->aclHolger Hans Peter Freyther2013-07-141-2/+2
* smpp: Checking an array for NULL will always be falseHolger Hans Peter Freyther2013-07-142-2/+2
* ipaccess: The proxy code checked the array but not the elementHolger Hans Peter Freyther2013-07-141-1/+1