aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-16bsc_api: Operate on the subscriber connection for subscriber managementHolger Hans Peter Freyther2-6/+5
2010-06-16bsc_api: Use gsm_subscriber_connection in rrlp.cHolger Hans Peter Freyther2-8/+8
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther6-36/+34
2010-06-16chan_alloc: Make the lchan_find(bts,subscr) private/internal..Holger Hans Peter Freyther1-1/+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 Freyther2-20/+20
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 Freyther2-1/+14
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 Freyther1-0/+20
2010-06-15nat: Register a debug region for the nat.Holger Hans Peter Freyther1-0/+5
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 Freyther2-17/+75
2010-06-15nat: Shorten the access-list struct and method names (still way too long)Holger Hans Peter Freyther2-19/+19
2010-06-15[nat] Implement the removal of an access-list.Holger Hans Peter Freyther2-0/+23
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 Freyther2-41/+122
2010-06-15[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther2-0/+15
2010-06-15msc: Add msc ip-tos NR option for the BSCHolger Hans Peter Freyther2-2/+10
2010-06-15[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther2-7/+52
2010-06-15[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther2-7/+8
2010-06-15[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther2-2/+2
2010-06-15[nat] Add the notion of a "local" connection.Holger Hans Peter Freyther1-0/+7
2010-06-15[nat] Do not access the con after the removalHolger Hans Peter Freyther1-3/+15
2010-06-15[nat] Send a GSM48 message within the reject messageHolger Hans Peter Freyther1-1/+19
2010-06-15[nat] Move the SCCP CREF handling into a new method.Holger Hans Peter Freyther1-7/+17
2010-06-15[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther3-1/+16
2010-06-15[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther2-2/+9
2010-06-15[nat] Use the new gsm48 method to parse the MI followed by a classmark.Holger Hans Peter Freyther1-22/+9
2010-06-15[nat] Let IMSI DETACH and other messages pass by.Holger Hans Peter Freyther1-3/+2
2010-06-15[nat] Print on which BSC config this happend.Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Parse the PAGING RESPONSE inside a CR message as well.Holger Hans Peter Freyther1-1/+29
2010-06-15[nat] Check proto descriptor and the message typeHolger Hans Peter Freyther1-2/+4
2010-06-15[nat] Add code to filter the CM Service Request by IMSI.Holger Hans Peter Freyther1-0/+48
2010-06-15[nat] Mention where the MSG is coming from.Holger Hans Peter Freyther1-1/+1
2010-06-15[sccp/nat] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther2-23/+1
2010-06-15[nat] Separate exit2/exit3 as this can not be shared...Holger Hans Peter Freyther1-1/+6
2010-06-15[nat] Add a token to the nat config and handle ID GETHolger Hans Peter Freyther2-3/+29
2010-06-15[bsc_msc] Move the id get response into the bsc_msc.cHolger Hans Peter Freyther1-0/+22
2010-06-15[nat] Add a regexp test command to the VTY.Holger Hans Peter Freyther1-0/+19
2010-06-15[nat] Fix the imsi deny config write.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] We do not want to see the actual matches.Holger Hans Peter Freyther1-5/+3