libosmo-asn1-map/include/AuthenticationTriplet.h

45 lines
849 B
C

/*
* Generated by asn1c-0.9.21 (http://lionet.info/asn1c)
* From ASN.1 module "MAP-MS-DataTypes"
* found in "../asn//MAP-MS-DataTypes.asn"
*/
#ifndef _AuthenticationTriplet_H_
#define _AuthenticationTriplet_H_
#include <asn_application.h>
/* Including external dependencies */
#include "RAND.h"
#include "SRES.h"
#include "Kc.h"
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* AuthenticationTriplet */
typedef struct AuthenticationTriplet {
RAND_t rand;
SRES_t sres;
Kc_t kc;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AuthenticationTriplet_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AuthenticationTriplet;
#ifdef __cplusplus
}
#endif
#endif /* _AuthenticationTriplet_H_ */