aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_sccp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-23nat: Only close connections that were fully connectedHolger Hans Peter Freyther1-0/+1
2010-04-22nat: Change MGCP DLCX handling and send dummy MDCX to the BTS.Holger Hans Peter Freyther1-2/+2
2010-04-21[nat] Lookup by BSC Connection otherwise the point of reassigning the is defe...Holger Hans Peter Freyther1-2/+5
2010-04-21[nat] Cope with a bad BSC reassigning in use SRC REFHolger Hans Peter Freyther1-0/+22
2010-04-18nat: Do not use 0/0 for mux/timeslot by defaultHolger Hans Peter Freyther1-0/+1
2010-04-18nat: Add new connections to the end of the listHolger Hans Peter Freyther1-1/+1
2010-04-13[statistics] Provide basic statistics for the NATHolger Hans Peter Freyther1-0/+2
2010-04-05nat: remove is called on already patched connections..Holger Hans Peter Freyther1-5/+1
2010-04-05nat: Logging improvement for the nat.Holger Hans Peter Freyther1-1/+2
2010-03-30sccp: Move the destruction of the sccp connection to a new placeHolger Hans Peter Freyther1-5/+1
2010-03-30nat: Return the SCCP connection, change order of patching and updatingHolger Hans Peter Freyther1-28/+15
2010-03-30misc: Do not prepend 0x when using %p in printf.Holger Hans Peter Freyther1-4/+4
2010-03-29nat: Fix the lookup of connections to and from the BSCHolger Hans Peter Freyther1-11/+43
2010-03-29nat: Keep track of both sides of the connectionHolger Hans Peter Freyther1-0/+28
2010-03-29nat: Actually add the connection to the SCCP list of active connectionsHolger Hans Peter Freyther1-4/+15
2010-03-29nat: Move SCCP patching to a new file, log updatesHolger Hans Peter Freyther1-0/+152