aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-29sgsn: Make the reject cause configurable for GMM attach and RA updatezecke/hacks/multiple-mnc-mccHolger Hans Peter Freyther4-4/+22
2013-08-29wip: we could send wrong parameters.. to the bts.. more review..Holger Hans Peter Freyther1-0/+4
2013-08-29nitb: Move subscr_put up and print the return of the paging messageHolger Hans Peter Freyther1-5/+3
2013-08-29db: Fix the hack of writing the MNC/MCC in all cases.. *sigh*Holger Hans Peter Freyther1-0/+4
2013-08-29paging: Write log messages when the BTS has not been pagedHolger Hans Peter Freyther1-3/+13
2013-07-31SMPP: use VTY setting for E212/E164 in ALERT NOTIFICATIONHarald Welte1-24/+25
2013-07-31SMPP: convert a SMMA to a SMPP ALERT NOTIFICATIONHarald Welte1-0/+28
2013-07-31SMPP: don't get stuck in case of SMS memory exceededHarald Welte1-0/+4
2013-07-31hack: Don't be fooled by a BTS that connects RSL like thisHolger Hans Peter Freyther1-2/+16
2013-07-31gprs: Add gross hack to allow everyone to connect to the networkHolger Hans Peter Freyther1-0/+4
2013-07-31osmo-sgsn: Create a default config that could work for the targetHolger Hans Peter Freyther1-1/+1
2013-07-31lock: Only drop the BTS when we are locking it.Holger Hans Peter Freyther1-1/+1
2013-07-31hack: Disable RF using brute force...Holger Hans Peter Freyther2-3/+16
2013-07-31example: Update the example configuration with the hacked multinetwork supportHolger Hans Peter Freyther1-4/+4
2013-07-31nitb: Add a way to set the band of a BTS.Holger Hans Peter Freyther1-0/+32
2013-07-31nitb: Allow to set the side id using the CTRL interfaceHolger Hans Peter Freyther1-0/+3
2013-07-31nitb: Add a command to set the ARFCN of a trxHolger Hans Peter Freyther1-0/+3
2013-07-31nitb: Introduce a command to set the description of a BTSHolger Hans Peter Freyther1-0/+2
2013-07-31nitb: Add a command to "apply" the configuration from the VTYHolger Hans Peter Freyther1-0/+31
2013-07-31nitb: Add a config to save the configurationHolger Hans Peter Freyther1-0/+29
2013-07-31nitb: Make it possible to set various BTS parameters through the ctrl interfaceHolger Hans Peter Freyther3-0/+48
2013-07-31HACK: Allow each BTS to have a different MCC/MNC for testing purposesHolger Hans Peter Freyther16-72/+92
2013-07-31Merge branch 'zecke/features/big-rewrite'Holger Hans Peter Freyther21-39/+843
2013-07-31nat: Use the DCC region for number rewriting and increase debug outputHolger Hans Peter Freyther1-8/+27
2013-07-31nat: Implement a post-routing for the NAT softwareHolger Hans Peter Freyther7-19/+141
2013-07-31nat: Fix some memory leaks in the testcases.Holger Hans Peter Freyther1-0/+5
2013-07-31nat: Allow to use the prefix lookup to rewrite numbersHolger Hans Peter Freyther10-9/+203
2013-07-31nat: Introduce a prefix lookup tree (trie) for number rewritingHolger Hans Peter Freyther13-3/+450
2013-07-31nat: Add a no number-rewrite command and call it through a VTY testHolger Hans Peter Freyther2-4/+21
2013-07-31gprs_gmm: Avoid assertion in the sending code during routing area updateHolger Hans Peter Freyther1-1/+1
2013-07-31gprs_llc: Assert that we send frames with either tlli or old_tlliHolger Hans Peter Freyther1-15/+21
2013-07-31gprs_llc: Work on finding the right LLE/LLME in case of routing area updateHolger Hans Peter Freyther1-65/+94
2013-07-31gprs_llc: Lookup lle based on the real TLLIHolger Hans Peter Freyther1-3/+1
2013-07-31gprs_sgsn: In case of a Activate PDP Context timeout we should free pdpHolger Hans Peter Freyther1-0/+9
2013-07-28gprs: Fix a typo in the commentHolger Hans Peter Freyther1-1/+1
2013-07-27tests: TestCase.assertGreater is not available on Python 2.5Holger Hans Peter Freyther1-2/+2
2013-07-27expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther5-28/+101
2013-07-27expiration: Speculative fixes for the periodic expiring handlingHolger Hans Peter Freyther6-17/+66
2013-07-27expiration: Print the "expire_lu" time in show subscriberHolger Hans Peter Freyther1-0/+9
2013-07-27smpp: Move the coding/mode detection into a utils fileHolger Hans Peter Freyther13-37/+174
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther7-20/+11
2013-07-21sgsn: spelling fixes inside commentsHarald Welte2-3/+3
2013-07-21SMPP: complete the VTY help/documentationHarald Welte1-9/+33
2013-07-21remove 'bind early' from osmo-bsc_mgcp example configHarald Welte1-1/+0
2013-07-21sgsn: Add "auth-policy" VTY command to enable/disable ACLHarald Welte3-1/+20
2013-07-21sgsn: add a minimalistic ACLHarald Welte4-2/+84
2013-07-18oml: Add a missing break switch for NM_OC_BS11Holger Hans Peter Freyther1-0/+1
2013-07-14smpp: Close the file descriptor when we can't accept the SMSC connHolger Hans Peter Freyther1-1/+4
2013-07-14smpp: Add the classic check for osmo_fd_registerHolger Hans Peter Freyther1-1/+5
2013-07-14smpp: Fix possible NULL dereference of the emse->aclHolger Hans Peter Freyther1-2/+2