From 7a8b1bad22bce3d6d2b9691ce204f1971c443b54 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Fri, 18 Sep 2020 13:24:24 -0700 Subject: ebin/app: Add missing ipa_proto_ccm module Commit 0c40c626caa95fd27be5f6af9b0b9f63edb23bb2 introduced a new ipa_proto_ccm module, which was not added to the app module list. Commit 515aa3343442e784602e23890672e40eb320aa00 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 --- ebin/osmo_ss7.app | 1 + 1 file changed, 1 insertion(+) diff --git a/ebin/osmo_ss7.app b/ebin/osmo_ss7.app index 6eeceb2..be92ae3 100644 --- a/ebin/osmo_ss7.app +++ b/ebin/osmo_ss7.app @@ -3,6 +3,7 @@ {vsn, "1"}, {modules, [ osmo_util, ipa_proto, + ipa_proto_ccm, sctp_core, bssmap_codec, isup_codec, -- cgit v1.2.3