aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01[nat] Introduce the concept of access-listHolger Hans Peter Freyther1-6/+47
2010-05-16[nat] Make the refusal more complicated to support more MSCsHolger Hans Peter Freyther1-0/+1
2010-05-16[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther1-0/+12
2010-05-16[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther1-1/+7
2010-05-16[nat] Use the new gsm48 method to parse the MI followed by a classmark.Holger Hans Peter Freyther1-22/+9
2010-05-16[nat] Let IMSI DETACH and other messages pass by.Holger Hans Peter Freyther1-3/+2
2010-05-16[nat] Print on which BSC config this happend.Holger Hans Peter Freyther1-2/+2
2010-05-15[nat] Parse the PAGING RESPONSE inside a CR message as well.Holger Hans Peter Freyther1-1/+29
2010-05-15[nat] Check proto descriptor and the message typeHolger Hans Peter Freyther1-2/+4
2010-05-15[nat] Add code to filter the CM Service Request by IMSI.Holger Hans Peter Freyther1-0/+48
2010-05-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther1-10/+1
2010-05-14[nat] We do not want to see the actual matches.Holger Hans Peter Freyther1-5/+3
2010-05-14[nat] Implement IMSI filtering...Holger Hans Peter Freyther1-6/+49
2010-05-14[nat] Fix the size check of the LU Request.Holger Hans Peter Freyther1-2/+3
2010-05-14[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther1-0/+14
2010-05-14nat: Add code to parse the SCCP optional data.Holger Hans Peter Freyther1-3/+76
2010-05-14nat: Introduce a nat filter that is working on the CR message.Holger Hans Peter Freyther1-0/+7
2010-05-05nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther1-0/+3
2010-04-22nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-1/+1
2010-04-22nat: Move the write queue init to the allocation functionHolger Hans Peter Freyther1-0/+1
2010-04-21[nat] Ignore paging that is to page by BSS...Holger Hans Peter Freyther1-1/+5
2010-04-18nat: Always initialize the out pointer...Holger Hans Peter Freyther1-0/+2
2010-04-17nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther1-1/+2
2010-04-17nat: Make the MSC configurable.Holger Hans Peter Freyther1-0/+1
2010-04-17nat: Move MSC ip address into the config..Holger Hans Peter Freyther1-0/+8
2010-04-17Use osmocore tlv definition for GSM0808.Holger Hans Peter Freyther1-0/+1
2010-04-16nat: Two fixes for the write memory case...Holger Hans Peter Freyther1-1/+1
2010-04-13[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther1-0/+9
2010-04-08nat: Attempt to have a single BSC write methodHolger Hans Peter Freyther1-3/+3
2010-04-06nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther1-1/+3
2010-04-06nat: Print the unknown byte as a integer instead of charachterHolger Hans Peter Freyther1-1/+1
2010-04-01nat: Handle CRCX/MDCX/DLCX at the natHolger Hans Peter Freyther1-0/+38
2010-03-30nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther1-0/+1
2010-03-30sccp: Move the destruction of the sccp connection to a new placeHolger Hans Peter Freyther1-0/+11
2010-03-30nat: Some more input validation... on the paging command.Holger Hans Peter Freyther1-0/+5
2010-03-30nat: Move paging by lac handling code into the utils fileHolger Hans Peter Freyther1-0/+40
2010-03-29nat: Assign the connection inside the new helper function.Holger Hans Peter Freyther1-0/+1
2010-03-29nat: Move creation of the structs to a separate fileHolger Hans Peter Freyther1-0/+67