<p>Max <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12916">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Enable remote SIM protocol log level<br><br>It's defined in logging.h for quite some time but is not actually<br>enabled alongside with other internal logging categories.<br><br>Change-Id: I0e7a2add6293a072752900608c8ba34cc3850f31<br>---<br>M src/logging.c<br>M tests/logging/logging_vty_test.vty<br>2 files changed, 6 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/logging.c b/src/logging.c</span><br><span>index 2bb53ae..09021e4 100644</span><br><span>--- a/src/logging.c</span><br><span>+++ b/src/logging.c</span><br><span>@@ -169,6 +169,11 @@</span><br><span>               .description = "libosmo-netif Jitter Buffer",</span><br><span>              .enabled = 1, .loglevel = LOGL_NOTICE,</span><br><span>       },</span><br><span style="color: hsl(120, 100%, 40%);">+    [INT2IDX(DLRSPRO)] = {</span><br><span style="color: hsl(120, 100%, 40%);">+                .name = "DLRSPRO",</span><br><span style="color: hsl(120, 100%, 40%);">+          .description = "Remote SIM protocol",</span><br><span style="color: hsl(120, 100%, 40%);">+               .enabled = 1, .loglevel = LOGL_NOTICE,</span><br><span style="color: hsl(120, 100%, 40%);">+        },</span><br><span> };</span><br><span> </span><br><span> void assert_loginfo(const char *src)</span><br><span>diff --git a/tests/logging/logging_vty_test.vty b/tests/logging/logging_vty_test.vty</span><br><span>index b190927..895d2bc 100644</span><br><span>--- a/tests/logging/logging_vty_test.vty</span><br><span>+++ b/tests/logging/logging_vty_test.vty</span><br><span>@@ -53,7 +53,7 @@</span><br><span>   logging print level (0|1)</span><br><span>   logging print file (0|1|basename) [last]</span><br><span>   logging set-log-mask MASK</span><br><span style="color: hsl(0, 100%, 40%);">-  logging level (aa|bb|ccc|dddd|eee|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf) (debug|info|notice|error|fatal)</span><br><span style="color: hsl(120, 100%, 40%);">+  logging level (aa|bb|ccc|dddd|eee|lglobal|llapd|linp|lmux|lmi|lmib|lsms|lctrl|lgtp|lstats|lgsup|loap|lss7|lsccp|lsua|lm3ua|lmgcp|ljibuf|lrspro) (debug|info|notice|error|fatal)</span><br><span>   logging level set-all (debug|info|notice|error|fatal)</span><br><span>   logging level force-all (debug|info|notice|error|fatal)</span><br><span>   no logging level force-all</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12916">change 12916</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/12916"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I0e7a2add6293a072752900608c8ba34cc3850f31 </div>
<div style="display:none"> Gerrit-Change-Number: 12916 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Max <msuraev@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>