Erlang implementation of M2UA/M3UA/MTP3/SCCP/ISUP codec + utils
Go to file
Matt Johnson 7a8b1bad22 ebin/app: Add missing ipa_proto_ccm module
Commit 0c40c626ca introduced a new
ipa_proto_ccm module, which was not added to the app module
list. Commit 515aa33434 then used a
function from this module. In interactive mode the module would be
loaded automatically so its omission was not detected in testing. In
embedded mode (used by default in relx releases) modules are loaded
statically on startup and must be explicitly listed.

Change-Id: I5b7338341a9e179b41b8f2f092efe9aaf83451bb
2020-09-18 16:21:46 -07:00
contrib contrib/jenkins.sh: new file 2020-01-17 09:06:20 +01:00
ebin ebin/app: Add missing ipa_proto_ccm module 2020-09-18 16:21:46 -07:00
include ipa_proto: Allow configuring ack initiation behavior 2020-09-18 16:21:46 -07:00
priv ISUP: Add test that parses, re-encodes and compares ISUP messages 2011-03-11 17:00:16 +01:00
rel add osmo nodes 'files' directory 2011-02-09 13:12:46 +01:00
src ipa_proto: Allow configuring ack initiation behavior 2020-09-18 16:21:46 -07:00
test fix MTP3 eunit test case DPC/OPC switch 2013-09-05 23:16:11 +02:00
.gitignore update gitignore 2011-11-12 11:26:56 +01:00
COPYING Add AGPLv3 license text to the program 2010-12-19 22:54:33 +01:00
Emakefile fix Emakefile 2011-02-09 14:23:32 +01:00
rebar.config make it compile with modern Erlang (22.0) 2019-08-11 15:36:14 +02:00