aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn
diff options
context:
space:
mode:
authorMartin Peylo <wireshark@izac.de>2018-11-14 23:33:49 +0200
committerAnders Broman <a.broman58@gmail.com>2018-11-15 05:37:12 +0000
commit99c4e96be54382415a76eb5a7f92f765b50c80d5 (patch)
tree40b785b897b321e9d4b55948caca2d3d2ae06d59 /epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn
parentb110c470d8267366f19466f9f3f8bd9ac6b902ba (diff)
CBRS-OIDs: adding Citizens Broadband Radio Service Object Identifiers
Used within CBRS X.509 certificates, related certificate requests etc Extracted from - WInnForum CBRS COMSEC TS WINNF-15-S-0065-V2.0.0 https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-15-s-0065-v2.0.0%20cbrs%20communications%20security%20technical%20specification.pdf - WInnForum CBRS Certificate Policy Document WINNF-17-S-0022 https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-17-s-0022%20v1.0.0%20cbrs%20pki%20certificate%20policy.pdf Change-Id: I7ee5246bb15214d37cd566f8b2beadeb0a2bce01 Reviewed-on: https://code.wireshark.org/review/30642 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn')
-rw-r--r--epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn23
1 files changed, 23 insertions, 0 deletions
diff --git a/epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn b/epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn
new file mode 100644
index 0000000000..6c22d801aa
--- /dev/null
+++ b/epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn
@@ -0,0 +1,23 @@
+--
+-- Citizens Broadband Radio Service - Object Identifiers
+--
+-- ASN.1 interpolated from
+-- - WInnForum CBRS COMSEC TS WINNF-15-S-0065-V2.0.0
+-- https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-15-s-0065-v2.0.0%20cbrs%20communications%20security%20technical%20specification.pdf
+-- - WInnForum CBRS Certificate Policy Document WINNF-17-S-0022
+-- https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-17-s-0022%20v1.0.0%20cbrs%20pki%20certificate%20policy.pdf
+-- on 2018-11-14
+
+TCG DEFINITIONS::=
+
+BEGIN
+
+ZONE ::= UTF8String
+FREQUENCY ::= UTF8String
+FCCID ::= UTF8String
+SERIAL ::= UTF8String
+FRN ::= UTF8String
+CPIRID ::= UTF8String
+TEST ::= UTF8String
+
+END