diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-01-30 12:57:47 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-01-30 12:57:47 +0100 |
commit | 4a7f87cdc848891f7306109a009e51684b6c5c0e (patch) | |
tree | 65ca35694e67f78123076dafca4c8d5bfc4c4ad9 | |
parent | 92fa18e6b800a27aa064a5fb8321cddd7383ae20 (diff) |
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
-rw-r--r-- | include/osmocom/ctrl/ports.h | 1 | ||||
-rw-r--r-- | include/osmocom/vty/ports.h | 1 |
2 files changed, 2 insertions, 0 deletions
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. */ |