Change in ...osmo_ss7[master]: ebin/app: Add missing ipa_proto_ccm module

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Fri Sep 25 10:13:31 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/20211 )

Change subject: ebin/app: Add missing ipa_proto_ccm module
......................................................................

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
---
M ebin/osmo_ss7.app
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



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,

-- 
To view, visit https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/20211
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: erlang/osmo_ss7
Gerrit-Branch: master
Gerrit-Change-Id: I5b7338341a9e179b41b8f2f092efe9aaf83451bb
Gerrit-Change-Number: 20211
Gerrit-PatchSet: 1
Gerrit-Owner: matt9j <matt9j at cs.washington.edu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200925/75e7f821/attachment.htm>


More information about the gerrit-log mailing list