Guest User

Untitled

a guest
Jan 3rd, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /*
  2. * Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
  3. * From ASN.1 module "EUTRA-RRC-Definitions"
  4. * found in "EUTRA-RRC-Definitions.asn"
  5. * `asn1c -Wdebug-compiler`
  6. */
  7.  
  8. #ifndef _PLMN_Identity_H_
  9. #define _PLMN_Identity_H_
  10.  
  11.  
  12. #include <asn_application.h>
  13.  
  14. /* Including external dependencies */
  15. #include "MNC.h"
  16. #include <constr_SEQUENCE.h>
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. /* Forward declarations */
  23. struct MCC;
  24.  
  25. /* PLMN-Identity */
  26. typedef struct PLMN_Identity {
  27. struct MCC *mcc /* OPTIONAL */;
  28. MNC_t mnc;
  29.  
  30. /* Context for parsing across buffer boundaries */
  31. asn_struct_ctx_t _asn_ctx;
  32. } PLMN_Identity_t;
  33.  
  34. /* Implementation */
  35. extern asn_TYPE_descriptor_t asn_DEF_PLMN_Identity;
  36.  
  37. #ifdef __cplusplus
  38. }
  39. #endif
  40.  
  41. /* Referred external types */
  42. #include "MCC.h"
  43.  
  44. #endif /* _PLMN_Identity_H_ */
  45. #include <asn_internal.h>
Add Comment
Please, Sign In to add comment