Coverage Report

Created: 2026-06-30 06:14

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/open5gs/lib/asn1c/ngap/NGAP_AdditionalQosFlowInformation.c
Line
Count
Source
1
/*
2
 * Generated by asn1c-v1.4-43-gb7926896-2026-05-03 (https://github.com/mouse07410/asn1c)
3
 * From ASN.1 module "NGAP-IEs"
4
 *  found in "../support/ngap-r19.2.0/38413-j20.asn"
5
 *  `asn1c -pdu=all -fprefix=NGAP_ -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-JER -no-gen-CBOR -no-gen-OER -no-gen-UPER`
6
 */
7
8
#include "NGAP_AdditionalQosFlowInformation.h"
9
10
/*
11
 * This type is implemented using NativeEnumerated,
12
 * so here we adjust the DEF accordingly.
13
 */
14
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
15
asn_per_constraints_t asn_PER_type_NGAP_AdditionalQosFlowInformation_constr_1 CC_NOTUSED = {
16
  { APC_CONSTRAINED | APC_EXTENSIBLE,  0,  0,  0,  0 }  /* (0..0,...) */,
17
  { APC_UNCONSTRAINED,  -1, -1,  0,  0 },
18
  0, 0  /* No PER value map */
19
};
20
#endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
21
static const asn_INTEGER_enum_map_t asn_MAP_NGAP_AdditionalQosFlowInformation_value2enum_1[] = {
22
  { 0,  11, "more-likely" }
23
  /* This list is extensible */
24
};
25
static int asn_validate_NGAP_AdditionalQosFlowInformation_1(const asn_TYPE_descriptor_t *td,
26
                       const void *sptr,
27
                       asn_app_constraint_failed_f *ctfailcb,
28
0
                       void* app_key) {
29
0
    if(! sptr) { return -1; }
30
0
    e_NGAP_AdditionalQosFlowInformation value = *(e_NGAP_AdditionalQosFlowInformation*)sptr;
31
0
    switch(value) {
32
0
    case NGAP_AdditionalQosFlowInformation_more_likely:
33
0
        return 0;
34
0
    }
35
0
    return -1;
36
0
}
37
static const unsigned int asn_MAP_NGAP_AdditionalQosFlowInformation_enum2value_1[] = {
38
  0 /* more-likely(0) */
39
  /* This list is extensible */
40
};
41
const asn_INTEGER_specifics_t asn_SPC_NGAP_AdditionalQosFlowInformation_specs_1 = {
42
  asn_MAP_NGAP_AdditionalQosFlowInformation_value2enum_1, /* "tag" => N; sorted by tag */
43
  asn_MAP_NGAP_AdditionalQosFlowInformation_enum2value_1, /* N => "tag"; sorted by N */
44
  1,  /* Number of elements in the maps */
45
  2,  /* Extensions before this member */
46
  1,  /* Strict enumeration */
47
  0,  /* Native long size */
48
  0
49
};
50
static const ber_tlv_tag_t asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1[] = {
51
  (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
52
};
53
asn_TYPE_descriptor_t asn_DEF_NGAP_AdditionalQosFlowInformation = {
54
  "AdditionalQosFlowInformation",
55
  "AdditionalQosFlowInformation",
56
  &asn_OP_NativeEnumerated,
57
  asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1,
58
  sizeof(asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1)
59
    /sizeof(asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1[0]), /* 1 */
60
  asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1, /* Same as above */
61
  sizeof(asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1)
62
    /sizeof(asn_DEF_NGAP_AdditionalQosFlowInformation_tags_1[0]), /* 1 */
63
  {
64
#if !defined(ASN_DISABLE_OER_SUPPORT)
65
    0,
66
#endif  /* !defined(ASN_DISABLE_OER_SUPPORT) */
67
#if !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT)
68
    &asn_PER_type_NGAP_AdditionalQosFlowInformation_constr_1,
69
#endif  /* !defined(ASN_DISABLE_UPER_SUPPORT) || !defined(ASN_DISABLE_APER_SUPPORT) */
70
#if !defined(ASN_DISABLE_JER_SUPPORT)
71
    0,
72
#endif  /* !defined(ASN_DISABLE_JER_SUPPORT) */
73
    asn_validate_NGAP_AdditionalQosFlowInformation_1
74
  },
75
  0, 0, /* Defined elsewhere */
76
  &asn_SPC_NGAP_AdditionalQosFlowInformation_specs_1  /* Additional specs */
77
};
78