aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new USSD shortcut to display IMSIjolly/ussdAndreas Eversberg2013-08-091-19/+41
* Fix: Use gsm_7bit_encode_ussd function to encode USSD responseAndreas Eversberg2013-08-091-1/+1
* Merge branch 'laforge/smpp-fixes'Holger Hans Peter Freyther2013-08-031-10/+43
|\
| * SMPP: use VTY setting for E212/E164 in ALERT NOTIFICATIONHarald Welte2013-08-031-24/+25
| * SMPP: convert a SMMA to a SMPP ALERT NOTIFICATIONHarald Welte2013-08-031-0/+28
| * SMPP: don't get stuck in case of SMS memory exceededHarald Welte2013-08-031-0/+4
|/
* Merge branch 'zecke/features/big-rewrite'Holger Hans Peter Freyther2013-07-3121-39/+843
|\
| * nat: Use the DCC region for number rewriting and increase debug outputHolger Hans Peter Freyther2013-07-311-8/+27
| * nat: Implement a post-routing for the NAT softwareHolger Hans Peter Freyther2013-07-317-19/+141
| * nat: Fix some memory leaks in the testcases.Holger Hans Peter Freyther2013-07-311-0/+5
| * nat: Allow to use the prefix lookup to rewrite numbersHolger Hans Peter Freyther2013-07-3110-9/+203
| * nat: Introduce a prefix lookup tree (trie) for number rewritingHolger Hans Peter Freyther2013-07-3113-3/+450
| * nat: Add a no number-rewrite command and call it through a VTY testHolger Hans Peter Freyther2013-07-312-4/+21
|/
* gprs_gmm: Avoid assertion in the sending code during routing area updateHolger Hans Peter Freyther2013-07-311-1/+1
* gprs_llc: Assert that we send frames with either tlli or old_tlliHolger Hans Peter Freyther2013-07-311-15/+21
* gprs_llc: Work on finding the right LLE/LLME in case of routing area updateHolger Hans Peter Freyther2013-07-311-65/+94
* gprs_llc: Lookup lle based on the real TLLIHolger Hans Peter Freyther2013-07-311-3/+1
* gprs_sgsn: In case of a Activate PDP Context timeout we should free pdpHolger Hans Peter Freyther2013-07-311-0/+9
* 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
* ipaccess: Fix a resource leak in case the stat is failingHolger Hans Peter Freyther2013-07-141-0/+1
* nitb: The subscr->imsi is an array will never be NULLHolger Hans Peter Freyther2013-07-142-4/+2
* Fix license header at smpp_openbsc.c and smpp_smsc.cHarald Welte2013-07-132-22/+24
* smpp_openbsc: Fix parsing of 03.38 data coding scheme in MO caseHarald Welte2013-07-111-15/+28
* Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg2013-07-112-1/+3
* libmgcp: add enum mgcp_type and use itPablo Neira Ayuso2013-07-083-13/+36
* mncc: Remove what we believe to be a tautology from the MNCC codeHolger Hans Peter Freyther2013-07-061-14/+16
* nat: The con variable is not assigned at this pointHolger Hans Peter Freyther2013-07-051-5/+0
* nat: number could point to an address on the stack that can be reusedHolger Hans Peter Freyther2013-07-051-1/+1
* nat: Address coverity warning about uninitialized addrHolger Hans Peter Freyther2013-07-051-0/+1
* nat: Please coverity and initialize the saveptr to NULLHolger Hans Peter Freyther2013-07-051-1/+1
* nitb: Add a missing NULL check for searching the subscriberHolger Hans Peter Freyther2013-07-041-1/+8
* db: Fix an issue with the memsetHolger Hans Peter Freyther2013-07-041-1/+1
* gsm_subscriber: Fix compiler warning of the printf stringHolger Hans Peter Freyther2013-07-041-1/+1