From d8a73e24d280338e7f2e57e1f137ef8fbaa7a255 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 17 Jan 2011 22:37:11 +0100 Subject: isup: Allow to have a different OPC for ISUP messages. --- include/mtp_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mtp_data.h') diff --git a/include/mtp_data.h b/include/mtp_data.h index b144ba5..e00f13a 100644 --- a/include/mtp_data.h +++ b/include/mtp_data.h @@ -39,7 +39,7 @@ struct mtp_link; */ struct mtp_link_set { /* routing info.. */ - int dpc, opc, sccp_opc; + int dpc, opc, sccp_opc, isup_opc; int ni; int spare; -- cgit v1.2.3