<p>matt9j has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/20211">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ebin/app: Add missing ipa_proto_ccm module<br><br>Commit 0c40c626caa95fd27be5f6af9b0b9f63edb23bb2 introduced a new<br>ipa_proto_ccm module, which was not added to the app module<br>list. Commit 515aa3343442e784602e23890672e40eb320aa00 then used a<br>function from this module. In interactive mode the module would be<br>loaded automatically so its omission was not detected in testing. In<br>embedded mode (used by default in relx releases) modules are loaded<br>statically on startup and must be explicitly listed.<br><br>Change-Id: I5b7338341a9e179b41b8f2f092efe9aaf83451bb<br>---<br>M ebin/osmo_ss7.app<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_ss7 refs/changes/11/20211/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ebin/osmo_ss7.app b/ebin/osmo_ss7.app</span><br><span>index 6eeceb2..be92ae3 100644</span><br><span>--- a/ebin/osmo_ss7.app</span><br><span>+++ b/ebin/osmo_ss7.app</span><br><span>@@ -3,6 +3,7 @@</span><br><span>      {vsn, "1"},</span><br><span>        {modules, [    osmo_util,</span><br><span>                   ipa_proto,</span><br><span style="color: hsl(120, 100%, 40%);">+                    ipa_proto_ccm,</span><br><span>                       sctp_core,</span><br><span>                   bssmap_codec,</span><br><span>                        isup_codec,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/20211">change 20211</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/erlang/osmo_ss7/+/20211"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: erlang/osmo_ss7 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I5b7338341a9e179b41b8f2f092efe9aaf83451bb </div>
<div style="display:none"> Gerrit-Change-Number: 20211 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: matt9j <matt9j@cs.washington.edu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>