aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added workaround for BROKEN channel state, increased version number to -rhizo2.ciaby/rhizomaticaCiaby2014-03-122-4/+10
* Disable the gbproxy test (failing). Bump the debian version in the changelog.Ciaby2014-03-122-5/+11
* New SMS v4 database, proper handling of the sender address on the SMPP interfaceCiaby2014-03-075-77/+212
* Revert "db: Remove the struct gsm_network from the database layer"Ciaby2014-03-077-37/+23
* DIRTY HACK: Force all SMSs to SMPP.Ciaby2014-03-071-2/+2
* Added SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby2014-03-072-2/+2
* Merge branch 'daniel/smpp-fixes'Holger Hans Peter Freyther2014-03-063-19/+179
|\
| * nitb/smpp: Add simple test runner for the issues found by danielHolger Hans Peter Freyther2014-03-062-1/+140
| * smpp_smsc: Fix integer overflow in read return value and msgb_alloc()Daniel Willmann2014-03-061-6/+6
| * smpp_smsc: Check that the size is large enough to hold actual dataDaniel Willmann2014-03-061-0/+6
| * smpp_smsc: Fix socket read() error handlingDaniel Willmann2014-03-061-16/+31
|/
* nitb: Add a test for "show network" in the python testsuite.Ciaby2014-03-062-3/+11
* Merge branch 'zecke/features/extended-control'Holger Hans Peter Freyther2014-03-069-24/+380
|\
| * nat: Add CTRL command test case for the new control commandsHolger Hans Peter Freyther2014-03-063-3/+50
| * nat: Introduce command to remove an access-list-nameHolger Hans Peter Freyther2014-03-041-0/+5
| * nat: Implement setting the access-control-name through CTRL interfaceHolger Hans Peter Freyther2014-03-041-19/+99
| * bsc: Include the MCC/MNC in the location trapHolger Hans Peter Freyther2014-03-041-1/+5
| * libbsc: Add command to set MNC/MCC and apply it if something changedHolger Hans Peter Freyther2014-03-042-1/+104
| * libbsc: Add ctrl command to apply the configurationHolger Hans Peter Freyther2014-03-041-0/+31
| * libbsc: Add ctrl command for MNC, MCC, short-name and long-nameHolger Hans Peter Freyther2014-03-045-1/+87
|/
* sms: Address the TODO and schedule the next SMS for an active subscriberHolger Hans Peter Freyther2014-02-241-6/+45
* sms: Do not interfere with the SMS queue from within gsm_04_11Holger Hans Peter Freyther2014-02-242-17/+6
* bsc: Add vty command to send location trap through VTYHolger Hans Peter Freyther2014-02-223-6/+38
* SMPP: UCS2 data_coding is 0x08, not 0x80!Harald Welte2014-02-211-1/+1
* sms: Increment the RP Message Reference for each transactionHolger Hans Peter Freyther2014-02-207-3/+74
* trau: Fix compiler warning about decoded_trau_frameHolger Hans Peter Freyther2014-02-201-0/+2
* tests: Remove unused fileHolger Hans Peter Freyther2014-02-201-50/+0
* bsc: rf_ctrl will always be created, remove the NULL checksHolger Hans Peter Freyther2014-02-083-8/+4
* libbsc: Create the RF interface all the timeHolger Hans Peter Freyther2014-02-083-28/+31
* ctrl: Make it possible to re-use the string get and set routineHolger Hans Peter Freyther2014-02-041-3/+7
* ctrl: Make the int range set, get and verify methods availableHolger Hans Peter Freyther2014-02-041-4/+12
* mgcp: Round the frame time otherwise we have porting issuesHolger Hans Peter Freyther2014-02-033-70/+71
* mgcp: transit is a signed variable and should be printed like thisHolger Hans Peter Freyther2014-02-032-89/+89
* mgcp: Use the length modifier for the size_t in the printfHolger Hans Peter Freyther2014-02-031-1/+1
* mgcp/rtp: Base jitter calculation on input timestampsJacob Erlbeck2014-01-312-80/+82
* mgcp/rtp: Compute delta timestamp based on wallclockJacob Erlbeck2014-01-313-10/+19
* mgcp/rtp: Fix transit computation unitsJacob Erlbeck2014-01-312-124/+128
* mgcp/test: Fake wallclock for RTP timing/stats testsJacob Erlbeck2014-01-312-0/+184
* mgcp/test: Only include conn_mode into test outputJacob Erlbeck2014-01-312-15/+24
* sms/dtap: Add log messages to analyse SMS message lossJacob Erlbeck2014-01-313-0/+10
* Add function to update TRAU muxer after assignment or handoverAndreas Eversberg2014-01-276-5/+61
* Use 'defines' for length and duration of RTP payloadAndreas Eversberg2014-01-262-7/+17
* nat: Make the access-list deny cause configurableHolger Hans Peter Freyther2014-01-202-4/+50
* nat: Introduce reject cause to bsc_nat_acc_lst_entryHolger Hans Peter Freyther2014-01-204-5/+120
* mgcp/test: Don't reset conn_mode between messagesJacob Erlbeck2014-01-202-3/+2
* mgcp: Synchronize conn mode bits and output enabled flagsJacob Erlbeck2014-01-203-32/+34
* mgcp: Disable output enabled on initialisationJacob Erlbeck2014-01-202-3/+3
* Fix more hidden TSC bugs for Ericsson BTSHarald Welte2014-01-191-3/+3
* TSC: Add new gsm_ts_tsc() function to resolve TSC of TSHarald Welte2014-01-194-14/+11
* Do not expect all BTSs support TSC != BCCHarald Welte2014-01-197-1/+28