summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OML: Add 'struct nm_attr' representing a single OML attributelaforge/nm_attrHarald Welte2010-06-203-4/+67
* [BSC] add example hopping config file for BS-11 in 2TRX configHarald Welte2010-06-201-0/+162
* [BSC] Fix off-by-one error in computing mobile allocationlaforge2010-06-201-1/+1
* [BSC] NM: Correct treatment of ARFCN_LIST for BS-11laforge2010-06-201-1/+5
* [BSC] RSL: properly include MA in IMM ASS CMDlaforge2010-06-201-15/+14
* [BSC] SI: make sure we initialize the data field, not the bitvec structureHarald Welte2010-06-201-2/+2
* add more executables to .gitignoreHarald Welte2010-06-201-0/+3
* [BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte2010-06-204-8/+56
* [BSC] Keep a SYSTEM INFORMATION cache for each BTSHarald Welte2010-06-204-41/+166
* [BSC] Generate MA for each timeslot that has hopping enabledHarald Welte2010-06-203-0/+50
* [BSC] Make sure we only enable hopping on BTS that support itHarald Welte2010-06-201-1/+8
* [BSC] introduce the concept of 'BTS features'Harald Welte2010-06-205-1/+50
* [BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte2010-06-208-33/+105
* unfinished support for hopping channelsHarald Welte2010-06-203-6/+69
* [BSC] mISDN: Avoid sending RSL messages to wrong channel numberHarald Welte2010-06-201-2/+14
* [wireshark] Major wireshark OML dissectorHarald Welte2010-06-191-90/+314
* AW: Problem compiling OpenBSC on Kubuntu HardyAndreas.Eversberg2010-06-171-5/+5
* nat: Add spaces to the desc to align it properly on the vty outputHolger Hans Peter Freyther2010-06-171-5/+5
* nat: Count the number of dropped SCCP and MGCP calls as well.Holger Hans Peter Freyther2010-06-174-0/+18
* nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther2010-06-175-19/+36
* bsc_api: Set the l3h header from within the dtap methodHolger Hans Peter Freyther2010-06-172-1/+1
* bsc_api: Remove the lchan from the USSD code...Holger Hans Peter Freyther2010-06-175-23/+25
* bsc_api: Kill &lchan->conn usage, stop msg->lchan too..Holger Hans Peter Freyther2010-06-171-49/+37
* bsc_api: Remove lchan->conn from the RLL code... it was all dead anywayHolger Hans Peter Freyther2010-06-171-5/+0
* bsc_api: Fix compile warning in paging code..Holger Hans Peter Freyther2010-06-171-0/+1
* bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther2010-06-1710-17/+52
* bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther2010-06-179-29/+26
* nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther2010-06-173-13/+13
* nat: Add the exit/end command to the NAT config nodes.Holger Hans Peter Freyther2010-06-171-0/+4
* Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther2010-06-173-2/+28
|\
| * [mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.Holger Hans Peter Freyther2010-06-173-0/+24
| * [mgcp] Only patch RTP packets when they arrived on the RTP portHolger Hans Peter Freyther2010-06-171-2/+4
* | bsc_api: Pass the subscriber connection to the SMS...Holger Hans Peter Freyther2010-06-163-9/+9
* | bsc_api: Remove the _lchan and make the method static..Holger Hans Peter Freyther2010-06-162-8/+8
* | bsc_api: Remove some more occurences of the lchan.Holger Hans Peter Freyther2010-06-161-5/+1
* | bsc_api: Move BSC API between MSC and RSL code...Holger Hans Peter Freyther2010-06-163-2/+9
* | bsc_api: Operate on the subscriber connection for subscriber managementHolger Hans Peter Freyther2010-06-163-7/+6
* | bsc_api: Use gsm_subscriber_connection in rrlp.cHolger Hans Peter Freyther2010-06-163-9/+9
* | bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther2010-06-167-37/+37
* | chan_alloc: Make the lchan_find(bts,subscr) private/internal..Holger Hans Peter Freyther2010-06-162-4/+1
* | gsm48: Release the "operation" after sending out data...Holger Hans Peter Freyther2010-06-161-3/+2
* | bsc_api: Remove the lchan from the secure channel code...Holger Hans Peter Freyther2010-06-161-32/+29
* | bsc_api: Cut back on direct lchan usage.Holger Hans Peter Freyther2010-06-163-22/+22
* | gsm_subscriber_base: Pass the subscriber as param to avoid crash.Holger Hans Peter Freyther2010-06-161-1/+1
* | gsm_04_11: Fix a crash... in case there is a already a connectionHolger Hans Peter Freyther2010-06-161-1/+1
* | si13: Use the correct pseudo length for the SI13 messageHolger Hans Peter Freyther2010-06-161-1/+2
* | Merge branch 'on-waves/merge-nat'Holger Hans Peter Freyther2010-06-1622-7/+4838
|\ \
| * | nat: Add the OSMO NAT to the build process.Holger Hans Peter Freyther2010-06-155-3/+18
| * | nat: Make the test compile, no bssap.c, use log_targetHolger Hans Peter Freyther2010-06-152-6/+5
| * | nat: Attempt to update the VTY usage to the latest versionHolger Hans Peter Freyther2010-06-152-19/+34