Can't add TLV64 (.2) into voice config file
- Dominant language
- Java
- Stars
- 47
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Hello
Faced a problem after compiling the voice config file.
Standard: SIP PacketCable 2.0
The cable modem successfully reads the config file, having looked at the settings, found that TLV64 (.2) (second digitmap) was not added.
Please, can You help, maybe I'm compiling the config file incorrectly?
user@test-docsis:~ java -version
openjdk version "1.8.0_352"
OpenJDK Runtime Environment (build 1.8.0_352-8u352-ga-1~22.04-b08)
OpenJDK 64-Bit Server VM (build 25.352-b08, mixed mode)
user@test-docsis:~ java -jar oscar.jar -version
/* OSCAR -> OpenSource Cable modem file AssembleR v2.1.3.2 */
OSCAR: OpenSource Cable modem file AssembleR v2.1.3.2
Copyright 2015 Comcast Cable Communications Management, LLC
___________________________________________________________________
Licensed under the Apache License, Version 2.0 (the "License")
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Author: Maurice Garcia (maurice.garcia.2015@gmail.com)
Author: Allen Flickinger (allen.flickinger@gmail.com)
2.1.3.2
**Decompile**
java -jar oscar.jar -d suppress -s p 2.0 -i mta.bin > mta.txt
**Compiling**
java -jar oscar.jar -c -s p 2.0 -i mta.txt -o mta_new.bin -dm digitmap1.txt digitmap2.txt
Regards,
Nursultan
Contributor guide
Assessment
This issue has not been assessed yet.