aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sms: Kill the sms->sender and use addr/ton/npi throughout the codezecke/features/nitb-ctrl-interfaceHolger Hans Peter Freyther2014-03-064-38/+42
* DUMMY: Add a dummy command for the cell barredHolger Hans Peter Freyther2014-03-061-0/+2
* DUMMY: Add command for re-selection hysteris and offsetHolger Hans Peter Freyther2014-03-061-0/+5
* DUMMY: Add stubs for the logging handlingHolger Hans Peter Freyther2014-03-061-0/+6
* DUMMY: Add dummy commands for managing a subscriberHolger Hans Peter Freyther2014-03-061-1/+7
* DUMMY: Add a command to start a silent callHolger Hans Peter Freyther2014-03-061-0/+2
* DUMMY: Create a dummy for a handover command for the BTSHolger Hans Peter Freyther2014-03-061-0/+2
* DUMMY: Create a rflock/drop command for the BTS/TRXHolger Hans Peter Freyther2014-03-061-0/+11
* DUMMY: Add a stub for enabling/disabling of Meas TRAP reportingHolger Hans Peter Freyther2014-03-063-1/+62
* nitb: Add ctrl command to set the TRX ARFCNHolger Hans Peter Freyther2014-03-061-0/+3
* nitb: Add ctrl command to set the TRX max_power_reductionHolger Hans Peter Freyther2014-03-061-0/+24
* nitb: Add ctrl command to set the T200 of the BTSHolger Hans Peter Freyther2014-03-061-0/+97
* nitb: Add ctrl command to add/remove the BTS neighbor listHolger Hans Peter Freyther2014-03-061-0/+41
* nitb: Add ctrl command to set the BTS neighbor modeHolger Hans Peter Freyther2014-03-064-24/+71
* nitb: Add ctrl command to set the BTS ms max powerHolger Hans Peter Freyther2014-03-061-0/+3
* nitb: Add ctrl command to set the BTS cell_identityHolger Hans Peter Freyther2014-03-061-0/+3
* nitb: Add ctrl command to set the BTS location area codeHolger Hans Peter Freyther2014-03-061-0/+3
* nitb: Add ctrl command to set the BTS site idHolger Hans Peter Freyther2014-03-061-0/+3
* nitb: Add ctrl command to set the BTS descriptionHolger Hans Peter Freyther2014-03-061-0/+5
* nitb: Add ctrl command for setting the global timersHolger Hans Peter Freyther2014-03-062-7/+41
* nitb: Add ctrl command for saving the configurationHolger Hans Peter Freyther2014-03-061-0/+28
* bts: Implement setting the T200 for the BS11 and nanoBTSHolger Hans Peter Freyther2014-03-069-0/+128
* 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