docsis
docsis copied to clipboard
This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
- Allow to insert digit map anywhere instead of appending it - Allow to specify input dial plan filename directly for easily managing mutiple dial plans - Change default decoded...
Hi, I am trying to decode a configuration file using the command 'docsis -d mac.cfg' in CentOS it works successfully. However , when I use the same command in PHP...
Hi I am using the 0.9.9-dev Docsis tool to generate a working MTA. I've used this in a past with a variety of modems. There is one modem that will...
I have tried to encode this file: > Main { > DsPacketClass > { > ClassifierRef 1; > ServiceFlowRef 1; > RulePriority 0; > ActivationState 1; > IpPacketClassifier { >...
Receiving this error "ip address length mismatch" when trying to decode a GenericTLV in this cm config file. version 0.9.9-dev [d11_m_cm500100nas_bi200_c05.cm.zip](https://github.com/rlaager/docsis/files/3952234/d11_m_cm500100nas_bi200_c05.cm.zip)
BitString can be decoded but not encoded `29:syntax error token BitString` _(I can supply example binary if needed)_
Hello, We need to have the ability to set certificate file path/name in "GenericTLV TlvCode 81" and "GenericTLV TlvCode 82" for file import during encoding DOCSIS 3.1 bootfiles. This will...
When I encode txt file (Attached file) including value is negative, the bin file will be changed "2's complement". **docsis -p MTA_bin_integer.txt MTA_bin_integer.bin** The OID type should be **integer 32**...
I see no reason if the lexer encounters a backslash to translate it to a space. it may very well be that I could have simply removed this entry in...
Usually `docsis` breaks encoding if config file is malformed. According to our resent experience there may be at least one exception. We got an issue by encoding MTA config file...