From 4a7f87cdc848891f7306109a009e51684b6c5c0e Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 30 Jan 2017 12:57:47 +0100 Subject: comment: ports.h: more visibly remind to keep docs+wiki synced It is still too easy to forget syncing, so add another reminder at the end of the list. Change-Id: I95191906afa8e6ada31310d0e36de33e3fccf268 --- include/osmocom/ctrl/ports.h | 1 + include/osmocom/vty/ports.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/osmocom/ctrl/ports.h b/include/osmocom/ctrl/ports.h index 8bd86807..4bc2a247 100644 --- a/include/osmocom/ctrl/ports.h +++ b/include/osmocom/ctrl/ports.h @@ -16,3 +16,4 @@ #define OSMO_CTRL_PORT_CSCN 4255 /* 4256 used by VTY interface */ #define OSMO_CTRL_PORT_GGSN 4257 +/* When adding/changing port numbers, keep docs and wiki in sync. See above. */ diff --git a/include/osmocom/vty/ports.h b/include/osmocom/vty/ports.h index e43b53f0..70dc69cb 100644 --- a/include/osmocom/vty/ports.h +++ b/include/osmocom/vty/ports.h @@ -25,3 +25,4 @@ #define OSMO_VTY_PORT_MNCC_SIP 4256 /* 4257 used by control interface */ #define OSMO_VTY_PORT_HLR 4258 +/* When adding/changing port numbers, keep docs and wiki in sync. See above. */ -- cgit v1.2.3