From e9069ebfece39faeda947ae8218682bf39c15e41 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 26 Sep 2020 19:03:45 +0200 Subject: gsm_12_21: add osmo_oml_nsvc_address_type for OML NM_ATT_OSMO_NS_LINK_CFG The NM_ATT_OSMO_NS_LINK_CFG is used for NSVC configuration of osmocom based BTS to support IPv6 NSVCs. Change-Id: I9e279bb20940c66eea5196f281184cb4f8a5cc5f --- include/osmocom/gsm/protocol/gsm_12_21.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/protocol/gsm_12_21.h b/include/osmocom/gsm/protocol/gsm_12_21.h index 06755c93..34622b33 100644 --- a/include/osmocom/gsm/protocol/gsm_12_21.h +++ b/include/osmocom/gsm/protocol/gsm_12_21.h @@ -789,6 +789,13 @@ enum ipac_bcch_info_type { IPAC_BINF_CELL_ALLOC = (1 << 2), }; +/*! Osmocom NSVC address type for NM_ATT_OSMO_NS_LINK_CFG */ +enum osmo_oml_nsvc_address_type { + OSMO_NSVC_ADDR_UNSPEC = 0x00, + OSMO_NSVC_ADDR_IPV4 = 0x04, + OSMO_NSVC_ADDR_IPV6 = 0x29, +}; + /*! 3GPP TS 52.021 ยง9.4.62 SW Description */ struct abis_nm_sw_desc { uint8_t file_id[UINT8_MAX]; -- cgit v1.2.3