aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte6-6/+6
2010-07-31nat: Fix compilation with nat not being enabled.Holger Hans Peter Freyther6-0/+6
2010-07-31sccp: Use the external libosmo-sccp as sccp implementationHolger Hans Peter Freyther2-3/+4
2010-07-27nat: Rename ip-tos to ip-dscp and provide an alias...Holger Hans Peter Freyther2-6/+12
2010-07-23nat: Clang reported two places with garbage dataHolger Hans Peter Freyther1-1/+5
2010-07-23nat: u_int32_t -> uint32_tHolger Hans Peter Freyther1-1/+1
2010-07-23nat: u_int16_t -> uint16_tHolger Hans Peter Freyther1-2/+2
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther3-17/+17
2010-07-22nat: Provide an easy view to see if something is connected to the NAT.Holger Hans Peter Freyther1-0/+12
2010-07-22nat: Introduce a show statistics-by-lac LACHolger Hans Peter Freyther1-13/+43
2010-07-05nat: Remove the first_contact variable.Holger Hans Peter Freyther1-1/+0
2010-07-05nat: Create a method to determine if any MSC is connected.Holger Hans Peter Freyther2-1/+7
2010-07-05nat: Store the msc_con in the data of the bsc_fdHolger Hans Peter Freyther1-8/+12
2010-07-05nat: Make queue_for_msc use the msc_con parameter, pass in the right msc_conHolger Hans Peter Freyther1-17/+23
2010-07-05nat: Keep track of the MSC handling the connection.Holger Hans Peter Freyther1-0/+1
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 Freyther3-0/+16
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther4-12/+29
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther1-5/+0
2010-06-17nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther1-10/+10
2010-06-17nat: Add the exit/end command to the NAT config nodes.Holger Hans Peter Freyther1-0/+4
2010-06-15nat: Add the OSMO NAT to the build process.Holger Hans Peter Freyther1-0/+13
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-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 Freyther1-1/+1
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