aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
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-31sccp: Use the external libosmo-sccp as sccp implementationHolger Hans Peter Freyther5-862/+10
2010-07-23nat: u_int16_t -> uint16_tHolger Hans Peter Freyther1-1/+1
2010-07-23nat: u_int8_t -> uint8_tHolger Hans Peter Freyther2-29/+29
2010-07-23sccp: u_int16_t -> uint16_tHolger Hans Peter Freyther1-1/+1
2010-07-23sccp: u_int8_t -> uint8_tHolger Hans Peter Freyther1-19/+19
2010-07-05nat: Fix the testcase and init the logging infrastructureHolger Hans Peter Freyther1-0/+1
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther1-4/+0
2010-06-15nat: Add the OSMO NAT to the build process.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Make the test compile, no bssap.c, use log_targetHolger Hans Peter Freyther2-6/+5
2010-06-15nat: Allow to specify multiple entries in the access-list...Holger Hans Peter Freyther1-3/+10
2010-06-15nat: Shorten the access-list struct and method names (still way too long)Holger Hans Peter Freyther1-3/+3
2010-06-15[nat] Introduce the concept of access-listHolger Hans Peter Freyther1-3/+9
2010-06-15[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther1-3/+7
2010-06-15[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Set the connection type/reason as out parameterHolger Hans Peter Freyther1-2/+15
2010-06-15[nat] Parse the PAGING RESPONSE inside a CR message as well.Holger Hans Peter Freyther1-0/+16
2010-06-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther1-5/+0
2010-06-15[nat] Fix the regexp of the test and the command line.Holger Hans Peter Freyther1-3/+3
2010-06-15[nat] Implement IMSI filtering...Holger Hans Peter Freyther1-8/+104
2010-06-15nat: Start to add a test case.. with one CR message.Holger Hans Peter Freyther1-0/+19
2010-06-15nat: Store the creation time of a sccp connection.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-1/+13
2010-06-15[nat] Lookup by BSC Connection otherwise the point of reassigning the is defe...Holger Hans Peter Freyther1-5/+5
2010-06-15[nat] Add unit test to forward Proto Error messages back both ways.Holger Hans Peter Freyther1-0/+19
2010-06-15nat: Fix the test case by allocating a config.Holger Hans Peter Freyther1-0/+1
2010-06-15nat: Return the SCCP Connection again...Holger Hans Peter Freyther1-2/+2
2010-06-15nat: Print the LAC that was searched for and not found.Holger Hans Peter Freyther1-3/+4
2010-06-15nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther1-2/+4
2010-06-15Revert "nat: Remember where the BTS is listening for things."Holger Hans Peter Freyther1-14/+0
2010-06-15nat: Test forwarding Inactivity Test messages.Holger Hans Peter Freyther1-0/+19
2010-06-15nat: remove is called on already patched connections..Holger Hans Peter Freyther1-0/+4
2010-06-15nat: Remember where the BTS is listening for things.Holger Hans Peter Freyther1-0/+14
2010-06-15nat: Remove the broken empty line check, follow \n vs \r\n of inputHolger Hans Peter Freyther1-0/+10
2010-06-15nat: Make rewrite work on string, read to a string first, copy to msgbHolger Hans Peter Freyther1-7/+4
2010-06-15nat: Return MGCP messages to the call agentHolger Hans Peter Freyther1-0/+30
2010-06-15nat: Allow to send MGCP messages from the BSC to the networkHolger Hans Peter Freyther1-0/+12
2010-06-15nat: Test rewriting of MGCP messages to patch ip and portHolger Hans Peter Freyther2-0/+90
2010-06-15nat: Add code to find a BSC connection by the given msc multiplexHolger Hans Peter Freyther1-2/+43
2010-06-15nat: In the case of losing the MSC, reset all endpointsHolger Hans Peter Freyther1-0/+2
2010-06-15nat: Look at the assignment command and remember on which timeslot the data isHolger Hans Peter Freyther3-2/+44
2010-06-15nat: Return the SCCP connection, change order of patching and updatingHolger Hans Peter Freyther1-7/+8
2010-06-15misc: Do not prepend 0x when using %p in printf.Holger Hans Peter Freyther1-5/+5
2010-06-15nat: Add test case and data for paging by lac test.Holger Hans Peter Freyther2-1/+55
2010-06-15nat: Move paging by lac handling code into the utils fileHolger Hans Peter Freyther1-1/+2
2010-06-15nat: Add a test case for the connection trackingHolger Hans Peter Freyther3-4/+221
2010-06-15Correct the company name. It should be On-Waves (ehf)Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Add missing Makefile.am..Holger Hans Peter Freyther1-0/+7
2010-06-15[nat] Specify the direction of the messageHolger Hans Peter Freyther1-9/+18