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. --- src/links.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/links.c') diff --git a/src/links.c b/src/links.c index 1134e59..8802662 100644 --- a/src/links.c +++ b/src/links.c @@ -104,6 +104,7 @@ int link_init(struct bsc_data *bsc) bsc->link_set->dpc = bsc->dpc; bsc->link_set->opc = bsc->opc; bsc->link_set->sccp_opc = bsc->sccp_opc > -1 ? bsc->sccp_opc : bsc->opc; + bsc->link_set->isup_opc = bsc->isup_opc > -1 ? bsc->isup_opc : bsc->opc; bsc->link_set->sltm_once = bsc->once; bsc->link_set->ni = bsc->ni_ni; bsc->link_set->spare = bsc->ni_spare; -- cgit v1.2.3