aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sms-sock: temporary hackkluchnikov/sms-socketIvan Kluchnikov2013-11-225-3/+19
* Added unix domain socket for sending and receiving SMS messages to/from external applications.Ivan Kluchnikov2013-10-247-2/+311
* gbproxy: Fix handling of NSEI changesJacob Erlbeck2013-10-242-34/+40
* gbproxy: Add test for NSEI and NSVCI changesJacob Erlbeck2013-10-244-4/+866
* gbproxy/vty: Enhance delete-gbproxy-peer commandJacob Erlbeck2013-10-244-24/+133
* gbproxy: Add a command to delete peers from the GBProxyHolger Hans Peter Freyther2013-10-243-2/+28
* gbproxy: Fix rate counter group leak in peer_free()Jacob Erlbeck2013-10-241-0/+1
* gbproxy: Add basic VTY testsJacob Erlbeck2013-10-241-0/+40
* vty: Fix whitespace in test scriptJacob Erlbeck2013-10-241-7/+7
* gbproxy: Reject SGSN UNITDATA messages with an invalid BVCIJacob Erlbeck2013-10-192-10/+13
* gbproxy: Test invalid BVCI from SGSNJacob Erlbeck2013-10-194-1/+62
* gbproxy: Add global and per peer countersJacob Erlbeck2013-10-194-19/+180
* gbproxy: Fix warning and log messageJacob Erlbeck2013-10-191-1/+2
* gbproxy: Extended test program to simulate SGSN, tooJacob Erlbeck2013-10-192-43/+627
* gbproxy: Replace NS-VC references by NSEIJacob Erlbeck2013-10-154-63/+67
* gbproxy: Add test program to test gbproxy message handlingJacob Erlbeck2013-10-159-1/+822
* ussd: Fix test for RELEASE COMPLETEAlexander Huemer2013-10-151-1/+1
* misc: Require libosmocore 0.6.4 and libosmogb 0.6.4Holger Hans Peter Freyther2013-10-151-2/+2
* db: Remove the struct gsm_network from the database layerHolger Hans Peter Freyther2013-10-137-23/+37
* abis: Consistent usage of LOGP/DEBUGP for "RSL CONNECT NACK"Alexander Chemeris2013-10-081-2/+2
* osmo-bts: Kill the different ROLE_BSC as e1inp_sign_link is used nowHolger Hans Peter Freyther2013-10-061-4/+1
* nitb: Add "subscriber create" VTY command.Alexander Chemeris2013-10-052-0/+43
* sms: Possiqble meamleak fix gsm340_rx_tpdu()Alexander Chemeris2013-10-041-3/+4
* Fix typo in console output: "PEROIDOC" -> "PERIODIC".Alexander Chemeris2013-10-041-1/+1
* Fix typo ',' -> ';' at the end of a line.Alexander Chemeris2013-10-041-1/+1
* Fix copy-paste error in console output in db_test.Alexander Chemeris2013-10-041-1/+1
* bsc: Add control command to set timezoneJacob Erlbeck2013-10-012-0/+152
* smpp: Fix the make distcheck for smppHolger Hans Peter Freyther2013-09-192-2/+3
* nat: Fix make distcheck for the natHolger Hans Peter Freyther2013-09-193-9/+9
* bsc/mminfo: Patch timezone and DST in MM Info messagesJacob Erlbeck2013-09-1912-4/+378
* bsc: Add vty command for setting Access control classes.Ivan Kluchnikov2013-09-182-0/+89
* ctrl: Set a generic reply when it hasn'n been setJacob Erlbeck2013-09-162-1/+13
* ctrl: Add test script for the BSC control interfaceJacob Erlbeck2013-09-162-1/+241
* vty: Cosmetic change to the writing of the bts->modelHolger Hans Peter Freyther2013-09-161-8/+16
* ctrl: Remember last 'rf_locked' control commandJacob Erlbeck2013-09-114-3/+22
* vty: Hide unconfigured BTS on 'write'Jacob Erlbeck2013-09-112-4/+17
* ussd: Send USSD on call setup on MSC errorsJacob Erlbeck2013-09-116-13/+184
* 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