From a72e47b8a09d6a870b093cfa3b5716b6817c33b8 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 21 Mar 2012 09:03:16 +0100 Subject: auth_milenage/osmo-auc-gen: compute OPC in case only OP is known --- include/osmocom/crypt/auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/crypt/auth.h') diff --git a/include/osmocom/crypt/auth.h b/include/osmocom/crypt/auth.h index 30e16e82..67b32009 100644 --- a/include/osmocom/crypt/auth.h +++ b/include/osmocom/crypt/auth.h @@ -33,6 +33,7 @@ struct osmo_sub_auth_data { uint8_t k[16]; uint8_t amf[2]; uint64_t sqn; + int opc_is_op; } umts; struct { uint8_t ki[16]; -- cgit v1.2.3