Coverage Report

Created: 2026-06-30 06:14

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/open5gs/lib/asn1c/s1ap/S1AP_RACSIndication.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 "S1AP-IEs"
4
 *  found in "../support/s1ap-r19.1.0/36413-j10.asn"
5
 *  `asn1c -pdu=all -fprefix=S1AP_ -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 "S1AP_RACSIndication.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_S1AP_RACSIndication_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_S1AP_RACSIndication_value2enum_1[] = {
22
  { 0,  4,  "true" }
23
  /* This list is extensible */
24
};
25
static int asn_validate_S1AP_RACSIndication_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_S1AP_RACSIndication value = *(e_S1AP_RACSIndication*)sptr;
31
0
    switch(value) {
32
0
    case S1AP_RACSIndication_true:
33
0
        return 0;
34
0
    }
35
0
    return -1;
36
0
}
37
static const unsigned int asn_MAP_S1AP_RACSIndication_enum2value_1[] = {
38
  0 /* true(0) */
39
  /* This list is extensible */
40
};
41
const asn_INTEGER_specifics_t asn_SPC_S1AP_RACSIndication_specs_1 = {
42
  asn_MAP_S1AP_RACSIndication_value2enum_1, /* "tag" => N; sorted by tag */
43
  asn_MAP_S1AP_RACSIndication_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_S1AP_RACSIndication_tags_1[] = {
51
  (ASN_TAG_CLASS_UNIVERSAL | (10 << 2))
52
};
53
asn_TYPE_descriptor_t asn_DEF_S1AP_RACSIndication = {
54
  "RACSIndication",
55
  "RACSIndication",
56
  &asn_OP_NativeEnumerated,
57
  asn_DEF_S1AP_RACSIndication_tags_1,
58
  sizeof(asn_DEF_S1AP_RACSIndication_tags_1)
59
    /sizeof(asn_DEF_S1AP_RACSIndication_tags_1[0]), /* 1 */
60
  asn_DEF_S1AP_RACSIndication_tags_1, /* Same as above */
61
  sizeof(asn_DEF_S1AP_RACSIndication_tags_1)
62
    /sizeof(asn_DEF_S1AP_RACSIndication_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_S1AP_RACSIndication_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_S1AP_RACSIndication_1
74
  },
75
  0, 0, /* Defined elsewhere */
76
  &asn_SPC_S1AP_RACSIndication_specs_1  /* Additional specs */
77
};
78