From e8396c966336163fa5b4ab731ac253eaa4d9e7a0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 17 Apr 2010 07:48:45 +0200 Subject: nat: Make the MSC configurable. --- openbsc/include/openbsc/bsc_nat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/include/openbsc/bsc_nat.h') diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 3754f25f0..54a13e218 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -205,6 +205,7 @@ struct bsc_nat { /* msc things */ char *msc_ip; + int msc_port; int first_contact; struct bsc_endpoint *bsc_endpoints; -- cgit v1.2.3