<p>osmith <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/25133">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">vty/ports: prepare formatting for a long define<br><br>Add one more tab between the define and the port number, to prepare for<br>longer defines in the next patch.<br><br>Related: OS#5203<br>Change-Id: I46655e33651814f41a1fea93406a83334d2fc529<br>---<br>M include/osmocom/vty/ports.h<br>1 file changed, 22 insertions(+), 22 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h</span><br><span>index b3550d1..cca2dd3 100644</span><br><span>--- a/include/osmocom/vty/ports.h</span><br><span>+++ b/include/osmocom/vty/ports.h</span><br><span>@@ -9,32 +9,32 @@</span><br><span> #pragma once</span><br><span> </span><br><span> /* 4236 used by control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_TRX       4237</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_TRX         4237</span><br><span> /* 4238 used by osmo-bts control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_STP  4239</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_PCU   4240    /* also: osmo_pcap_client */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_BTS   4241    /* also: osmo_pcap_server */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_NITB_BSC      4242</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_BSC_MGCP      4243</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_MGW   OSMO_VTY_PORT_BSC_MGCP</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_BSC_NAT     4244</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_SGSN  4245</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_GBPROXY       4246</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_BB    4247</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_STP         4239</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_PCU         4240    /* also: osmo_pcap_client */</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_BTS         4241    /* also: osmo_pcap_server */</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_NITB_BSC            4242</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_BSC_MGCP            4243</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_MGW         OSMO_VTY_PORT_BSC_MGCP</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_BSC_NAT           4244</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_SGSN                4245</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_GBPROXY             4246</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_BB          4247</span><br><span> /* 4249-4251 used by control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_BTSMGR   4252</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_GTPHUB        4253</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_MSC   4254</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_BTSMGR              4252</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_GTPHUB              4253</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_MSC         4254</span><br><span> /* 4255 used by control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_MNCC_SIP      4256</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_MNCC_SIP            4256</span><br><span> /* 4257 used by control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_HLR   4258</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_HLR         4258</span><br><span> /* 4259 used by control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_GGSN  4260</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_HNBGW 4261</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_GGSN                4260</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_HNBGW               4261</span><br><span> /* 4262-4263 used by control interface */</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_CBC      4264</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_UECUPS        4268</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_E1D   4269</span><br><span style="color: hsl(0, 100%, 40%);">-#define OSMO_VTY_PORT_SMLC  4271</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_CBC         4264</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_UECUPS              4268</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_E1D         4269</span><br><span style="color: hsl(120, 100%, 40%);">+#define OSMO_VTY_PORT_SMLC                4271</span><br><span> /* When adding/changing port numbers, keep docs and wiki in sync. See above. */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/25133">change 25133</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/libosmocore/+/25133"/><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-Change-Id: I46655e33651814f41a1fea93406a83334d2fc529 </div>
<div style="display:none"> Gerrit-Change-Number: 25133 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>