aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/sgsn.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/sgsn.h')
-rw-r--r--include/openbsc/sgsn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openbsc/sgsn.h b/include/openbsc/sgsn.h
index 57b2978ff..6581ca1c4 100644
--- a/include/openbsc/sgsn.h
+++ b/include/openbsc/sgsn.h
@@ -5,6 +5,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/crypt/gprs_cipher.h>
#include <osmocom/gprs/gprs_ns.h>
+#include <osmocom/ranap/iu_client.h>
#include <openbsc/gprs_sgsn.h>
#include <openbsc/oap_client.h>
#include <openbsc/common.h>
@@ -112,7 +113,7 @@ struct sgsn_config {
} dcomp_v42bis;
struct {
- enum nsap_addr_enc rab_assign_addr_enc;
+ enum ranap_nsap_addr_enc rab_assign_addr_enc;
} iu;
};