aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nat: Add the TODO: about MGCP handling...zecke/features/nat-mscHolger Hans Peter Freyther2013-09-031-0/+2
* nat: Implement forwarding data to the local MSCHolger Hans Peter Freyther2013-09-033-5/+62
* nat: Forget about the con->msc_con once we see a RLSD/CLEAR COMMANDHolger Hans Peter Freyther2013-09-031-0/+2
* nat: Detect a CC Setup and filter it for local call handlingHolger Hans Peter Freyther2013-09-032-1/+92
* nat: Begin to prepare to inspect Call-Control (CC) messagesHolger Hans Peter Freyther2013-09-033-19/+71
* nat: Create a second MSC connection toward the local CC handlerHolger Hans Peter Freyther2013-09-035-21/+204
* nat/vty: Allow to configure an optional local-call ip addressHolger Hans Peter Freyther2013-09-036-1/+100
* nat/vty: Implement setting the local-call prefix and generate the regexpHolger Hans Peter Freyther2013-09-033-0/+53
* 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