aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsc_init: Forget which SIs are valid for the trx.zecke/to-be-mergedHolger Hans Peter Freyther2013-01-281-0/+8
* [PATCH] mgcp: Add a hack to allow to patch the SSRCHolger Hans Peter Freyther2013-01-281-1/+2
* gbproxy: Address two unaligned memory access warningsHolger Hans Peter Freyther2013-01-281-0/+7
* bts: Allow to exclude a BTS from the global RF lock handlingHolger Hans Peter Freyther2013-01-281-2/+2
* bsc: Do not forward GSM RR messages to the MSCHolger Hans Peter Freyther2013-01-281-0/+2
* libctrl, osmo-bsc: Get rid of net prefixDaniel Willmann2013-01-281-1/+1
* ctrl: Add a function to create the cmdHolger Hans Peter Freyther2013-01-281-0/+1
* ctrl: Do not allow to set the RF Lock for a single trxHolger Hans Peter Freyther2013-01-281-1/+0
* libctrl: Improve error handling if controlif setup failsDaniel Willmann2013-01-283-15/+21
* Merge branch 'zecke/feature/rf-lock-exclude'Holger Hans Peter Freyther2013-01-289-28/+136
|\
| * bsc: Allow to page a BTS that is excluded from the RF lockHolger Hans Peter Freyther2013-01-285-20/+77
| * bsc: A BTS excluded from the RF lock should be allowed to make a connectionHolger Hans Peter Freyther2013-01-284-9/+8
| * bts: Allow to exclude a BTS from the global RF lock handlingHolger Hans Peter Freyther2013-01-283-3/+55
|/
* CC: gsm48_cc_tx_release() must not remove callrefAndreas Eversberg2013-01-251-2/+0
* CC: mncc_release_ind() must send MNCC_REL_CNF in state N19Andreas Eversberg2013-01-251-0/+2
* CC: Be sure to allocate call instance with talloc_zero()Andreas Eversberg2013-01-251-1/+1
* smpp_vty: Ensure to not print 'system-id' in openbsc.cfg if its emptyHarald Welte2013-01-241-1/+2
* smpp: Fix a memleak of the SMS on the submit pathHolger Hans Peter Freyther2013-01-201-1/+2
* SMPP: Inform the SMS Queue that a SMS was submitted to kick the queueHolger Hans Peter Freyther2013-01-201-1/+6
* si: Deal with DCS1800 and PCS1900 have overlapping ARFCN rangesHolger Hans Peter Freyther2013-01-171-3/+23
* si: Share the ARFCN selection condition between the two statementsHolger Hans Peter Freyther2013-01-171-30/+37
* rsl: Properly parse the RLM cause from the error indicationHolger Hans Peter Freyther2013-01-161-3/+13
* osmo-bsc: Add ctrl cmd bts RF stateDaniel Willmann2013-01-151-0/+38
* osmo-bsc: Add VTY command show positionDaniel Willmann2013-01-154-10/+54
* bsc: Auto RF Off in case of missing MSC connectionHolger Hans Peter Freyther2013-01-155-2/+84
* nat: Fail if the control interface can not be initializedHolger Hans Peter Freyther2013-01-151-0/+4
* Merge branch 'zecke/feature/location-control'Holger Hans Peter Freyther2013-01-155-9/+50
|\
| * bsc: Create a better error message for when RF commands are rejectedHolger Hans Peter Freyther2013-01-151-1/+1
| * bsc: Simplify the trap sending by using the location state methodHolger Hans Peter Freyther2013-01-151-17/+2
| * bsc: Send a TRAP with the locations on a MSC connectionHolger Hans Peter Freyther2013-01-151-0/+41
| * bsc: Use the BSC RF CTRL to change the RF state of the TRXsHolger Hans Peter Freyther2013-01-153-9/+14
| * bsc: Do not re-start the grace timer when we are in the grace periodHolger Hans Peter Freyther2013-01-151-0/+5
| * bsc: Introduce an authenticated signal for the MSC connectionHolger Hans Peter Freyther2013-01-152-0/+5
|/
* sms: Avoid infinite CP-ERROR/CP-ACK loop with sms.Holger Hans Peter Freyther2013-01-131-0/+12
* debug: Fix typo in the debug categoryHolger Hans Peter Freyther2013-01-111-1/+1
* ctrl: Work on the cmd->node instead of the data pointer passedHolger Hans Peter Freyther2013-01-111-9/+9
* ctrl: Fix the signature of the string control commandsHolger Hans Peter Freyther2013-01-111-2/+7
* si: Do not schedule SI1 to SI4 on the second TRXAndreas Eversberg2013-01-081-3/+5
* abis: Fix the verification of BCCH/SDCCH8 on TRX != 0 for the BS11Holger Hans Peter Freyther2013-01-081-1/+1
* Merge branch 'zecke/feature/improve-audio-codec-selection'Holger Hans Peter Freyther2013-01-076-0/+98
|\
| * audio: Make AMR multirate configurable for the osmo-bscHolger Hans Peter Freyther2013-01-071-0/+51
| * audio: Make the BSC handle the new mr_config request of the BSC APIHolger Hans Peter Freyther2013-01-075-0/+47
|/
* Merge branch 'zecke/feature/move-calls'Holger Hans Peter Freyther2013-01-073-3/+140
|\
| * bsc: Blind fix to deal with phones sending a dialplan of 0Holger Hans Peter Freyther2013-01-071-2/+2
| * bsc: Fix crash when the new route is not availableHolger Hans Peter Freyther2013-01-071-1/+1
| * bsc: Add VTY code for the local area prefixHolger Hans Peter Freyther2013-01-071-0/+20
| * bsc: Inspect a CC Setup message and attempt to reroute the trafficHolger Hans Peter Freyther2013-01-072-3/+120
|/
* Merge remote-tracking branch 'origin/zecke/barr-subscribers'Holger Hans Peter Freyther2013-01-0713-893/+1283
|\
| * nat: Send a CM Service Reject for NAT_CON_TYPE_SSA as wellHolger Hans Peter Freyther2013-01-071-1/+1
| * nat: Introduce a global IMSI barr list using red-black treesHolger Hans Peter Freyther2013-01-079-16/+288