Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Extracting CSN.1 #151

Open
somidad opened this issue Nov 23, 2021 · 1 comment
Open

Extracting CSN.1 #151

somidad opened this issue Nov 23, 2021 · 1 comment

Comments

@somidad
Copy link
Collaborator

somidad commented Nov 23, 2021

No description provided.

@somidad
Copy link
Collaborator Author

somidad commented Nov 23, 2021

Human errors

  • : := and :: = instead of ::=
  • Missing ; at the end of definition
  • - instead of -- for a comment
  • U+F07B instead of {
  • U+2013 instead of --
  • I instead of | in lots of places
  • Some comments are more than 1 lines (maybe handled manually)
  • U+00AC to be deleted
  • U+005F may be incorrectly inserted in EGPRS Packet Uplink Assignment
  • , is incorrectly inserted in concatenation
  • <> instead of {}
  • Surprising ; in the middle of definition
  • Missing :
  • Incomplete parenthesis (missing opening ( and closing ))
  • Missing enclosing < and > (can be omitted, technical debt of csn3rd.gr)
  • Missing closing >
  • In-line comment resulting in ignoring following characters
  • ; instead of :
  • Misplaced >
  • Incorrect truncation with curly braces
  • Definition name without angle brackets
  • Name with parenthesis
  • ::= instead of : in label
  • {} instead of <>

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

No branches or pull requests

1 participant