Added *sipcid field type

This commit is contained in:
Trial97
2021-07-01 12:31:45 +03:00
committed by Dan Christian Bogos
parent 2a00b1cd5e
commit cd7119c1ef
5 changed files with 159 additions and 0 deletions

View File

@@ -309,6 +309,7 @@ const (
HIERARCHY_SEP = ">"
META_COMPOSED = "*composed"
META_USAGE_DIFFERENCE = "*usage_difference"
MetaSIPCID = "*sipcid"
MetaDifference = "*difference"
MetaVariable = "*variable"
MetaCCUsage = "*cc_usage"