aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index bb6805b..69db8f7 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -52,8 +52,18 @@ struct mtp_link_set {
char *name;
- /* routing info.. */
- int dpc, opc, sccp_opc, isup_opc;
+ /**
+ * Routing is very limited. We can only forward to one
+ * other STP/Endpoint. For ISUP and SCCP we can statically
+ * send it to another destination. We need to follow Q.704
+ * more properly here.
+ * DPC/OPC are the ones for the linkset,
+ * sccp_dpc/isup_dpc are where we will send SCCP/ISUP messages
+ * sccp_opc/isup_opc are what we announce in the TFP
+ */
+ int dpc, opc;
+ int sccp_dpc, isup_dpc;
+ int sccp_opc, isup_opc;
int ni;
int spare;