Explorar o código

Changed TLV 1 range up to 1008MHz to comply with Docsis 3.0

AdrianSimionov %!s(int64=11) %!d(string=hai) anos
pai
achega
b76213160c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/docsis_symtable.h

+ 1 - 1
src/docsis_symtable.h

@@ -48,7 +48,7 @@
 
 symbol_type symtable[NUM_IDENTIFIERS] =  {
 { 0,      "/* Pad */",                         0,      0,      (encode_nothing),        (decode_special),        0,           0             },
-{ 1,      "DownstreamFrequency",               1,      0,      (encode_uint),           (decode_uint),           88000000,    860000000     },
+{ 1,      "DownstreamFrequency",               1,      0,      (encode_uint),           (decode_uint),           88000000,    1008000000    },
 { 2,      "UpstreamChannelId",                 2,      0,      (encode_uchar),          (decode_uchar),          0,           255           },
 { 3,      "NetworkAccess",                     3,      0,      (encode_uchar),          (decode_uchar),          0,           1             },