Added few fields for GT Leasing - v3

pull/321/head
Alexandre De Oliveira 2021-09-02 13:57:40 +02:00 committed by GitHub
parent d2b93f5aa6
commit 9f2f46faa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 2 deletions

View File

@ -118,6 +118,30 @@
"misp-attribute": "text",
"ui-priority": 0
},
"GtAssignee": {
"description": "GT Assignee this is the party that got the GT range assigned by their Regulator.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"GtLessor": {
"description": "GT Lessor is a GT Assignee that has decided to lease one or more of their GTs to a third party, the GT Lessee, typically on a commercial basis.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"GtLessee": {
"description": "GT Lessee is a third party who will use a leased global title from a GT Lessor.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"GtSubLessee": {
"description": "GT Sub-Lessee this is an additional third party who has entered into an agreement with the GT Lessee to sub-lease a GT from them.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"SccpCdGT": {
"description": "Signaling Connection Control Part (SCCP) CdGT - Phone number.",
"misp-attribute": "text",
@ -173,5 +197,5 @@
"text"
],
"uuid": "f3493d8b-a7ab-48d0-a775-046c4d64d782",
"version": 2
}
"version": 3
}