aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added test for "rach access-control-class" VTY command.kluchnikov/wipIvan Kluchnikov2013-09-131-0/+35
* Added vty command for setting Access control classes.Ivan Kluchnikov2013-09-131-0/+54
* Added test for "auth policy" VTY command.Ivan Kluchnikov2013-09-121-0/+36
* Added new auth policy black-list.Ivan Kluchnikov2013-09-115-5/+16
* bsc_msc: Fix possible null pointer dereferenceHolger Hans Peter Freyther2013-09-041-3/+1
* nat: Remember the original dest local reference in the parsed structHolger Hans Peter Freyther2013-09-033-1/+7
* nat: Fix the log message of the code in case of an allocation failureHolger Hans Peter Freyther2013-09-031-1/+1
* bsc_msc: Stop the re-connect timer in case the msc is lostHolger Hans Peter Freyther2013-09-031-0/+1
* bsc_msc: Add a name field to the MSC Connection to differentiate linksHolger Hans Peter Freyther2013-09-033-20/+45
* vty: Attempt to fix the build when SMPP is not enabledHolger Hans Peter Freyther2013-09-021-8/+19
* vty: Rename 'mgcp-through-msc-ipa' command to 'use-msc-ipa-for-mgcp'Jacob Erlbeck2013-09-022-9/+9
* vty: Use generic 'end' and 'exit' commandsJacob Erlbeck2013-09-0213-63/+35
* vty: Generalize ournode_exit() and ournode_end()Jacob Erlbeck2013-09-021-104/+36
* vty: Add test to check vty node hierarchy and related commandsJacob Erlbeck2013-09-021-3/+152
* SMPP: add missing VTY parameter 'deliver-src-imsi' for ESMEHarald Welte2013-09-021-0/+24
* nat: Attempt to follow the MODULE_METHOD pattern for methodsHolger Hans Peter Freyther2013-09-023-7/+7
* nat: Use bsc_nat_msc_is_connected instead of accessing it directlyHolger Hans Peter Freyther2013-09-021-2/+2
* bsc: Fix compiler warning about undeclare functionsHolger Hans Peter Freyther2013-09-021-0/+1
* nanobts: Fix initialization of two concurrent BTS.Holger Hans Peter Freyther2013-09-021-15/+51
* vty: Fix BSC_NODE prompt stringJacob Erlbeck2013-08-311-1/+1
* bsc/vty: Add 'no bsc-welcome-text' commandJacob Erlbeck2013-08-282-1/+25
* bsc/ussd: Optionally send USSD message on MSC disconnectionJacob Erlbeck2013-08-284-4/+105
* nat: Add example bsc entry for pabloHolger Hans Peter Freyther2013-08-271-0/+7
* libmgcp: add enum mgcp_rolePablo Neira Ayuso2013-08-274-4/+14
* libmgcp: attach mgcp_ prefix to udp_sendPablo Neira Ayuso2013-08-271-11/+16
* Fix: Handle CM service request on already secured channel correctlyAndreas Eversberg2013-08-181-0/+5
* libmgcp: add mgcp prefix to functions and constantsPablo Neira Ayuso2013-08-141-33/+37
* nat/ussd: Add 'show ussd-connection' vty commandJacob Erlbeck2013-08-143-0/+81
* nat: Fix potential memory leak when reading a messageHolger Hans Peter Freyther2013-08-131-0/+1
* nat: Misc changes spotted while going through the file with JacobHolger Hans Peter Freyther2013-08-131-3/+3
* 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