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
This commit is contained in:
Matt Johnson 2020-09-18 13:24:24 -07:00
parent 4621456837
commit 7a8b1bad22
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
{vsn, "1"},
{modules, [ osmo_util,
ipa_proto,
ipa_proto_ccm,
sctp_core,
bssmap_codec,
isup_codec,