-
Notifications
You must be signed in to change notification settings - Fork 10
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-122.04-b08) java -jar oscar.jar -version
OpenJDK 64-Bit Server VM (build 25.352-b08, mixed mode)
user@test-docsis:
/* 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