aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sgsn: Make the reject cause configurable for GMM attach and RA updatezecke/hacks/multiple-mnc-mccHolger Hans Peter Freyther2013-09-294-4/+22
* wip: we could send wrong parameters.. to the bts.. more review..Holger Hans Peter Freyther2013-08-291-0/+4
* nitb: Move subscr_put up and print the return of the paging messageHolger Hans Peter Freyther2013-08-291-5/+3
* db: Fix the hack of writing the MNC/MCC in all cases.. *sigh*Holger Hans Peter Freyther2013-08-291-0/+4
* paging: Write log messages when the BTS has not been pagedHolger Hans Peter Freyther2013-08-291-3/+13
* SMPP: use VTY setting for E212/E164 in ALERT NOTIFICATIONHarald Welte2013-07-311-24/+25
* SMPP: convert a SMMA to a SMPP ALERT NOTIFICATIONHarald Welte2013-07-311-0/+28
* SMPP: don't get stuck in case of SMS memory exceededHarald Welte2013-07-311-0/+4
* hack: Don't be fooled by a BTS that connects RSL like thisHolger Hans Peter Freyther2013-07-311-2/+16
* gprs: Add gross hack to allow everyone to connect to the networkHolger Hans Peter Freyther2013-07-311-0/+4
* osmo-sgsn: Create a default config that could work for the targetHolger Hans Peter Freyther2013-07-311-1/+1
* lock: Only drop the BTS when we are locking it.Holger Hans Peter Freyther2013-07-311-1/+1
* hack: Disable RF using brute force...Holger Hans Peter Freyther2013-07-312-3/+16
* example: Update the example configuration with the hacked multinetwork supportHolger Hans Peter Freyther2013-07-311-4/+4
* nitb: Add a way to set the band of a BTS.Holger Hans Peter Freyther2013-07-311-0/+32
* nitb: Allow to set the side id using the CTRL interfaceHolger Hans Peter Freyther2013-07-311-0/+3
* nitb: Add a command to set the ARFCN of a trxHolger Hans Peter Freyther2013-07-311-0/+3
* nitb: Introduce a command to set the description of a BTSHolger Hans Peter Freyther2013-07-311-0/+2
* nitb: Add a command to "apply" the configuration from the VTYHolger Hans Peter Freyther2013-07-311-0/+31
* nitb: Add a config to save the configurationHolger Hans Peter Freyther2013-07-311-0/+29
* nitb: Make it possible to set various BTS parameters through the ctrl interfaceHolger Hans Peter Freyther2013-07-313-0/+48
* HACK: Allow each BTS to have a different MCC/MNC for testing purposesHolger Hans Peter Freyther2013-07-3116-72/+92
* 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