aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-30 12:45:38 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-27 17:14:53 +0200
commit559376ed83009d3d15b4c5e1d536ea9f22d36bd4 (patch)
treed1be1e4286e995c30086923824beb202d271478b
parentf05a72fa556c9a6256719a413cdd9cb6b0ee84f5 (diff)
cosmetic: add comments for GT, PC, SSN to help noobs finding their way
-rw-r--r--include/osmocom/sigtran/sccp_sap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/osmocom/sigtran/sccp_sap.h b/include/osmocom/sigtran/sccp_sap.h
index a155de5..0aa565a 100644
--- a/include/osmocom/sigtran/sccp_sap.h
+++ b/include/osmocom/sigtran/sccp_sap.h
@@ -46,9 +46,9 @@ enum osmo_scu_prim_type {
OSMO_SCU_PRIM_N_PCSTATE,
};
-#define OSMO_SCCP_ADDR_T_GT 0x0001
-#define OSMO_SCCP_ADDR_T_PC 0x0002
-#define OSMO_SCCP_ADDR_T_SSN 0x0004
+#define OSMO_SCCP_ADDR_T_GT 0x0001 /* global title */
+#define OSMO_SCCP_ADDR_T_PC 0x0002 /* signalling point code */
+#define OSMO_SCCP_ADDR_T_SSN 0x0004 /* subsystem number */
#define OSMO_SCCP_ADDR_T_IPv4 0x0008
#define OSMO_SCCP_ADDR_T_IPv6 0x0010