New Modem/MTA Config Editor / Interchange format | docsis.org

You are here

New Modem/MTA Config Editor / Interchange format

1 post / 0 new
kwesibrunee
New Modem/MTA Config Editor / Interchange format

https://github.com/roc-ops/open-dci-web - Web Based Config Editor supports Modem/MTA configs, allows linking to files, even line numbers or specific TLVs, adding MIBs, Vendor specific Schemas etc.. The Editor supports autocomplete, intellisense and because it is schema based, updating the schema in the upstream project and pulling in the changes changes the Intellisense and Autocomplete at the same time. Updating Enumerations in either TLVs or Mibs, adds the enumerated value in comments even as you change it, as well as for MIBs it will show the resolved MIB name in comments as well. Because it is schema based, if you add a TLV in the wrong place it knows and will highlight it and let you know.

The underlying project is https://github.com/roc-ops/open-dci which is the interchange format, CLI based encoder / decoder, The format is Schema based and defines a schema for both CM Config files and MTA config files and is based on the latest Docsis / Packetcable specs as of Feb 2026.

I have only lightly tested this with some configs I had, as I have been traveling for the last month for work. If you could test it out and file any issues on the relevant projects I would be much appreciated, or if you think of a feature that you want let me know.