You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling a text file to binary using oscar its observed that any vendor propitiatory string value containing the + symbol is compiled with warning message as below.
/* OSCAR -> OpenSource Cable modem file AssembleR v2.1.3.2 */
line 220:72 token recognition error at: '+'
String value used as part of config file is like the below sample :
OctetString "xyyyyyzzz/xyzm/gYg+xyyxyyxy"
The text was updated successfully, but these errors were encountered:
While compiling a text file to binary using oscar its observed that any vendor propitiatory string value containing the + symbol is compiled with warning message as below.
/* OSCAR -> OpenSource Cable modem file AssembleR v2.1.3.2 */
line 220:72 token recognition error at: '+'
String value used as part of config file is like the below sample :
OctetString "xyyyyyzzz/xyzm/gYg+xyyxyyxy"
The text was updated successfully, but these errors were encountered: