浏览代码

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

AdrianSimionov 11 年之前
父节点
当前提交
b76213160c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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             },