aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-15nat: Remove debug left oversHolger Hans Peter Freyther1-1/+0
2010-09-15nat: And the sequence number away, making it work more reliableHolger Hans Peter Freyther1-4/+8
2010-09-15nat: Parse the id response, extract the IMSI, compare itHolger Hans Peter Freyther1-1/+58
2010-09-15nat: Start inspecting every message coming from the BSC for the IMSIHolger Hans Peter Freyther1-0/+9
2010-09-15nat: Remember if we have check the imsi.Holger Hans Peter Freyther1-2/+2
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-1/+1
2010-07-31nat: Fix compilation with nat not being enabled.Holger Hans Peter Freyther1-0/+1
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther1-4/+4
2010-07-05nat: Create a method to determine if any MSC is connected.Holger Hans Peter Freyther1-0/+6
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 Freyther1-0/+2
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther1-4/+20
2010-06-15nat: Do not use the bssap.h include as it does not exist in this branch.Holger Hans Peter Freyther1-1/+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 Freyther1-9/+48
2010-06-15nat: Shorten the access-list struct and method names (still way too long)Holger Hans Peter Freyther1-11/+11
2010-06-15[nat] Implement the removal of an access-list.Holger Hans Peter Freyther1-0/+6
2010-06-15[nat] Introduce the concept of access-listHolger Hans Peter Freyther1-6/+47
2010-06-15[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther1-0/+1
2010-06-15[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther1-0/+13
2010-06-15[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther1-1/+7
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] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther1-10/+1
2010-06-15[nat] We do not want to see the actual matches.Holger Hans Peter Freyther1-5/+3
2010-06-15[nat] Implement IMSI filtering...Holger Hans Peter Freyther1-6/+49
2010-06-15[nat] Fix the size check of the LU Request.Holger Hans Peter Freyther1-2/+3
2010-06-15[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther1-0/+14
2010-06-15nat: Add code to parse the SCCP optional data.Holger Hans Peter Freyther1-3/+76
2010-06-15nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther1-0/+7
2010-06-15nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther1-0/+3
2010-06-15nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Move the write queue init to the allocation functionHolger Hans Peter Freyther1-0/+1
2010-06-15[nat] Ignore paging that is to page by BSS...Holger Hans Peter Freyther1-1/+5
2010-06-15nat: Always initialize the out pointer...Holger Hans Peter Freyther1-0/+2
2010-06-15nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther1-1/+2
2010-06-15nat: Make the MSC configurable.Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Move MSC ip address into the config..Holger Hans Peter Freyther1-0/+8
2010-06-15Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Two fixes for the write memory case...Holger Hans Peter Freyther1-1/+1
2010-06-15[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther1-0/+9
2010-06-15nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther1-3/+3
2010-06-15nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther1-1/+3
2010-06-15nat: Print the unknown byte as a integer instead of charachterHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther1-1/+38
2010-06-15nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther1-0/+1