From 90c05d7506de98c2637783c1603b6b873869630c Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Tue, 30 Oct 2018 11:38:34 +0100
Subject: [PATCH 1/2] chg: [gsma-network-technology] first version (still a
WiP) Taxonomy used by GSMA for their information sharing program with telco
describing the types of infrastructure. WiP
---
gsma-network-technology/machinetag.json | 67 +++++++++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 gsma-network-technology/machinetag.json
diff --git a/gsma-network-technology/machinetag.json b/gsma-network-technology/machinetag.json
new file mode 100644
index 0000000..9cbc06b
--- /dev/null
+++ b/gsma-network-technology/machinetag.json
@@ -0,0 +1,67 @@
+{
+ "namespace": "gsma-network-technology",
+ "description": "Taxonomy used by GSMA for their information sharing program with telco describing the types of infrastructure. WiP",
+ "version": 1,
+ "predicates": [
+ {
+ "value": "user",
+ "expanded": "User"
+ },
+ {
+ "value": "applications",
+ "expanded": "Applications"
+ },
+ {
+ "value": "end-devices-and-components",
+ "expanded": "End devices and components"
+ },
+ {
+ "value": "services",
+ "expanded": "Services"
+ },
+ {
+ "value": "radio-area-network",
+ "expanded": "Radio Area Network (RAN)"
+ },
+ {
+ "value": "support-and-provisioning-systems",
+ "expanded": "Support and provisioning systems"
+ },
+ {
+ "value": "interconnects",
+ "expanded": "Interconnects"
+ },
+ {
+ "value": "core",
+ "expanded": "Core"
+ },
+ {
+ "value": "smart-cards-and-embedded-modules",
+ "expanded": "Smart cards and embedded modules"
+ }
+ ],
+ "values": [
+ {
+ "predicate": "user",
+ "entry": []
+ },
+ {
+ "predicate": "application",
+ "entry": []
+ },
+ {
+ "predicate": "end-devices-and-components",
+ "entry": [
+ {
+ "value": "ms",
+ "expanded": "Mobile Station",
+ "description": ""
+ },
+ {
+ "value": "mobile-equipment-radio",
+ "expanded": "Mobile Equipment Radio"
+ }
+ ]
+ }
+ ]
+}
From bcd037d581840b7e2823d08f291d24ed118d363f Mon Sep 17 00:00:00 2001
From: Alexandre Dulaunoy
Date: Tue, 30 Oct 2018 11:39:50 +0100
Subject: [PATCH 2/2] chg: [MANIFEST] updated with gsma-network-technology
---
MANIFEST.json | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/MANIFEST.json b/MANIFEST.json
index 550809d..13611ac 100644
--- a/MANIFEST.json
+++ b/MANIFEST.json
@@ -383,7 +383,12 @@
{
"version": 1,
"name": "gsma-attack-category",
- "description": "Taxonomy used by GSMA for their information sharing program with telco describing the attack categories"
+ "description": "Taxonomy used by GSMA for their information sharing program with telco describing the attack categories."
+ },
+ {
+ "version": 1,
+ "name": "gsma-network-technology",
+ "description": "Taxonomy used by GSMA for their information sharing program with telco describing the types of infrastructure. WiP"
}
],
"path": "machinetag.json",