Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subfield 8 of I062/380 (Trajectory Intent Status) should be defined as Variable in xml config #167

Closed
tmartincevic opened this issue Nov 4, 2020 · 1 comment

Comments

@tmartincevic
Copy link

Subfield 8 of I062/380 (Trajectory Intent Status) should be defined as Variable as per ASTERIX spec and similar to subfield 1 of I021/110. It's currently defined as Fixed and this produces inconsistent JSON output when compared to I021/110. As per #162, TIS is wrapped in a list for I021/110:

"CAT021":{
        "I010":{
                "SAC":210,
                "SIC":125},
        "I110":{
                "TIS":[{
                "NAV":1,
                "NVB":1,
                "spare":0,
                "FX":0}]}}},

But for I062/380 there is no list for TIS since it is not declared as Variable:

"CAT062":{
        "I010":{
                "SAC":210,
                "SIC":125},
        "I380":{
                "TIS":{
                "NAV":1,
                "NVB":1,
                "spare":0,
                "FX":0}}}},

Packet captures and proposed change:
062-380-TIS.zip

If this change is accepted, it might be good to add I062/380 to the existing list of affected data items in HISTORY.

dsalantic added a commit that referenced this issue Nov 5, 2020
@dsalantic
Copy link
Contributor

OK, accepted. Tnx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants