aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-06-20[BSC] mISDN: Avoid sending RSL messages to wrong channel numberHarald Welte1-2/+14
2010-06-17AW: Problem compiling OpenBSC on Kubuntu HardyAndreas.Eversberg1-5/+5
2010-06-17nat: Add spaces to the desc to align it properly on the vty outputHolger Hans Peter Freyther1-5/+5
2010-06-17nat: Count the number of dropped SCCP and MGCP calls as well.Holger Hans Peter Freyther4-0/+18
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther5-19/+36
2010-06-17bsc_api: Set the l3h header from within the dtap methodHolger Hans Peter Freyther2-1/+1
2010-06-17bsc_api: Remove the lchan from the USSD code...Holger Hans Peter Freyther5-23/+25
2010-06-17bsc_api: Kill &lchan->conn usage, stop msg->lchan too..Holger Hans Peter Freyther1-49/+37
2010-06-17bsc_api: Remove lchan->conn from the RLL code... it was all dead anywayHolger Hans Peter Freyther1-5/+0
2010-06-17bsc_api: Fix compile warning in paging code..Holger Hans Peter Freyther1-0/+1
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther10-17/+52
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther9-29/+26
2010-06-17nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther3-13/+13
2010-06-17nat: Add the exit/end command to the NAT config nodes.Holger Hans Peter Freyther1-0/+4
2010-06-17Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther3-2/+28
2010-06-17[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.Holger Hans Peter Freyther3-0/+24
2010-06-17[mgcp] Only patch RTP packets when they arrived on the RTP portHolger Hans Peter Freyther1-2/+4
2010-06-16bsc_api: Pass the subscriber connection to the SMS...Holger Hans Peter Freyther3-9/+9
2010-06-16bsc_api: Remove the _lchan and make the method static..Holger Hans Peter Freyther2-8/+8
2010-06-16bsc_api: Remove some more occurences of the lchan.Holger Hans Peter Freyther1-5/+1
2010-06-16bsc_api: Move BSC API between MSC and RSL code...Holger Hans Peter Freyther3-2/+9
2010-06-16bsc_api: Operate on the subscriber connection for subscriber managementHolger Hans Peter Freyther3-7/+6
2010-06-16bsc_api: Use gsm_subscriber_connection in rrlp.cHolger Hans Peter Freyther3-9/+9
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther7-37/+37
2010-06-16chan_alloc: Make the lchan_find(bts,subscr) private/internal..Holger Hans Peter Freyther2-4/+1
2010-06-16gsm48: Release the "operation" after sending out data...Holger Hans Peter Freyther1-3/+2
2010-06-16bsc_api: Remove the lchan from the secure channel code...Holger Hans Peter Freyther1-32/+29
2010-06-16bsc_api: Cut back on direct lchan usage.Holger Hans Peter Freyther3-22/+22
2010-06-16gsm_subscriber_base: Pass the subscriber as param to avoid crash.Holger Hans Peter Freyther1-1/+1
2010-06-16gsm_04_11: Fix a crash... in case there is a already a connectionHolger Hans Peter Freyther1-1/+1
2010-06-16si13: Use the correct pseudo length for the SI13 messageHolger Hans Peter Freyther1-1/+2
2010-06-15nat: Add the OSMO NAT to the build process.Holger Hans Peter Freyther5-3/+18
2010-06-15nat: Make the test compile, no bssap.c, use log_targetHolger Hans Peter Freyther2-6/+5
2010-06-15nat: Attempt to update the VTY usage to the latest versionHolger Hans Peter Freyther2-19/+34
2010-06-15nat: Do not use the bssap.h include as it does not exist in this branch.Holger Hans Peter Freyther4-5/+5
2010-06-15[mgcp] Build a libmgcp.a and link to it.Holger Hans Peter Freyther1-4/+5
2010-06-15nat: Add NAT_NODE and BSC_NODE for the natHolger Hans Peter Freyther2-0/+22
2010-06-15nat: Register a debug region for the nat.Holger Hans Peter Freyther2-0/+6
2010-06-15nat: Fix the access-list-name command...Holger Hans Peter Freyther1-2/+2
2010-06-15nat: Add both entries to the tail to keep the order they are insertedHolger Hans Peter Freyther1-2/+2
2010-06-15nat: Allow to specify multiple entries in the access-list...Holger Hans Peter Freyther4-20/+92
2010-06-15nat: Shorten the access-list struct and method names (still way too long)Holger Hans Peter Freyther4-26/+26
2010-06-15[nat] Implement the removal of an access-list.Holger Hans Peter Freyther3-0/+24
2010-06-15[nat] Fix the parsing of the access-list regexp...Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Fix VTY bug with access-lists...Holger Hans Peter Freyther1-4/+2
2010-06-15[nat] Introduce the concept of access-listHolger Hans Peter Freyther4-51/+152
2010-06-15[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther3-0/+16
2010-06-15msc: Add msc ip-tos NR option for the BSCHolger Hans Peter Freyther4-3/+13
2010-06-15[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther3-7/+53
2010-06-15[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther4-11/+16