aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_sccp.c
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-23nat: u_int32_t -> uint32_tHolger Hans Peter Freyther1-1/+1
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Make create_sccp_src_ref return the SCCP Connection.Holger Hans Peter Freyther1-6/+7
2010-06-15[nat] Remove parameter that is never accessed directlyHolger Hans Peter Freyther1-1/+1
2010-06-15nat: When we fail to reallocate... also close down the MGCP partHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Store the creation time of a sccp connection.Holger Hans Peter Freyther1-0/+3
2010-06-15nat: Only close connections that were fully connectedHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Lookup by BSC Connection otherwise the point of reassigning the is defe...Holger Hans Peter Freyther1-2/+5
2010-06-15[nat] Cope with a bad BSC reassigning in use SRC REFHolger Hans Peter Freyther1-0/+22
2010-06-15nat: Do not use 0/0 for mux/timeslot by defaultHolger Hans Peter Freyther1-0/+1
2010-06-15nat: Add new connections to the end of the listHolger Hans Peter Freyther1-1/+1
2010-06-15[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther1-0/+2
2010-06-15nat: remove is called on already patched connections..Holger Hans Peter Freyther1-5/+1
2010-06-15nat: Logging improvement for the nat.Holger Hans Peter Freyther1-1/+2
2010-06-15sccp: Move the destruction of the sccp connection to a new placeHolger Hans Peter Freyther1-5/+1
2010-06-15nat: Return the SCCP connection, change order of patching and updatingHolger Hans Peter Freyther1-28/+15
2010-06-15misc: Do not prepend 0x when using %p in printf.Holger Hans Peter Freyther1-4/+4
2010-06-15nat: Fix the lookup of connections to and from the BSCHolger Hans Peter Freyther1-11/+43
2010-06-15nat: Keep track of both sides of the connectionHolger Hans Peter Freyther1-0/+28
2010-06-15nat: Actually add the connection to the SCCP list of active connectionsHolger Hans Peter Freyther1-4/+15
2010-06-15nat: Move SCCP patching to a new file, log updatesHolger Hans Peter Freyther1-0/+151