summaryrefslogtreecommitdiffstats
path: root/src/osmo_ss7_gtt.erl
AgeCommit message (Collapse)AuthorFilesLines
2012-04-16add compatibility clause for Erlang Public LicenseHarald Welte1-0/+14
This is required to make sure that even if somebody thinks the erlang OTP libraries and my code form a derivative work, there will be no licensing conflict.
2011-04-16GTT: reduce line length of code for 80char wide terminalsHarald Welte1-14/+28
2011-04-06GTT: Fix matching on SCCP SSN / PCHarald Welte1-1/+2
2011-04-02GTT: add generic 'apply' actionHarald Welte1-3/+7
This GTT Action can be used to call a user-supplied callback funciton in case a GT Match was detected.
2011-04-02GTT: Add support to do GTT on SCCP addresses (GT + SSN + PC)Harald Welte1-6/+39
2011-04-02use exprecs on GTT recordsHarald Welte1-0/+3
2011-04-02Add a new GTT module for GT matching + GT translation (GTT)Harald Welte1-0/+118