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
This commit is contained in:
Neels Hofmeyr 2017-01-30 12:57:47 +01:00
parent 92fa18e6b8
commit 4a7f87cdc8
2 changed files with 2 additions and 0 deletions

View File

@ -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. */

View File

@ -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. */