From b99ed7ff187283eff83dfb647bdddd09bd9b8a59 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 13 Aug 2018 20:54:44 +0200 Subject: Add RSPRO support to IPA and logging definitions Change-Id: Iee79f5273f32cb9ce4bd7a984e7f0625542e776f --- include/osmocom/gsm/protocol/ipaccess.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/gsm') diff --git a/include/osmocom/gsm/protocol/ipaccess.h b/include/osmocom/gsm/protocol/ipaccess.h index 0f5d54f2..80413d10 100644 --- a/include/osmocom/gsm/protocol/ipaccess.h +++ b/include/osmocom/gsm/protocol/ipaccess.h @@ -38,6 +38,7 @@ enum ipaccess_proto_ext { IPAC_PROTO_EXT_ORC = 0x04, /* OML Router Control */ IPAC_PROTO_EXT_GSUP = 0x05, /* GSUP GPRS extension */ IPAC_PROTO_EXT_OAP = 0x06, /* Osmocom Authn Protocol */ + IPAC_PROTO_EXT_RSPRO = 0x07, /* Remote SIM protocol */ }; enum ipaccess_msgtype { -- cgit v1.2.3