Newer
Older
Kenneth Johansson
committed
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
V4.10.1 - 2011-07-18
common:
- VRX (DSLCPE_SW-550) T1.413 mode shall be included to be used by default
T1.413 mode is included in case of ADSL AnnexA by default and can be
configured manually in addition.
- VRX (DSLCPE_SW-541) Enable/extend SystemInterface-Config/-Status
implementation
V4.10.0 - 2011-04-11
common:
- Danube RTT status update extended.
Bug fix(es):
- VRX (DSLCPE_SW-529) Implementation of message dump printouts are not in
sync with specification.
Implementation extended to fulfill specification.
- VRX (DSLCPE_SW-533) Optimize multimode handling.
On sub-error code "S_XDSL_MODE" switch to VDSL mode.
- Danube
RTT functionality check fixed.
V4.9.2 - 2011-02-24
Bug fix(es):
- VRX (DSLCPE_SW-529) Implementation of message dump printouts are not in
sync with specification.
RX/TX message dump fixed.
- Danube (N/A)
Several fixes added to compatibility with new MEI driver sources.
V4.9.1 - 2011-02-18
common:
- VRX (DSLCPE_SW-530) Multimode debugging capability.
New debug module definition added: DSL_DBG_MULTIMODE.
Multiple debug messages related to multimode handling added.
V4.9.0 - 2011-02-15
common:
- VRX (DSLCPE_SW-531) Message header files update to VRX FWMCAT Rev1.4.
Header files updated, related code reworked.
V4.8.12 - 2011-01-31
Bug fix(es):
- Common (DSLCPE_SW-529) Implementation of message dump printouts are not in
sync with specification.
message dump implementation fixed.
- Danube (DSLCPE_SW-527) Problems in case of special split-point configuration.
warning doesn't lead to an error anymore.
V4.8.11 - 2011-01-28
common:
- Common (DSLCPE_SW-431) linefeaturestatus does not return an error if system is
not in showtime.
Linestate check added to DSL_DRV_LineFeatureStatusGet.
- VRX (DSLCPE_SW-485) Add information of which hybrid type (HW) is connected to
version command.
Hybrid type information added to the ioctl DSL_FIO_VERSION_INFORMATION_GET.
V4.8.10 - 2011-01-14
Bug fix(es):
- Danube (DSLCPE_SW-523) Configuration and status implementation for ReTx is
wrong
ReTx activation and status check fixed.
- Danube (DSLCPE_SW-524) g997xtusecs does not reflect the actual mode enabled
for AnxJ
AnxJ handled as AnxB. All related code reworked.
V4.8.9 - 2010-12-29
Bug fix(es):
- Danube (N/A) DELT array spread function fixed.
- VRX (DSLCPE_SW-505) DELT for VR9 FW in ADSL mode reports only every second
tone.
Spread DELT downstream values for ADSL mode.
V4.8.8 - 2010-12-24
Bug fix(es):
- Common (DSLCPE_SW-522) Reboot causes soft lockup and then kernel panic.
Kernel thread handling fixed.
common:
- Common (DSLCPE_SW-518) New IOCTL(s) added
+ DSL_FIO_DBG_DEVICE_MESSAGE_MODIFY_SEND
V4.8.7 - 2010-12-02
Bug fix(es):
- Danube (N/A) CMV DSL 8 8 initialization removed.
V4.8.6 - 2010-12-01
Bug fix(es):
- Danube (N/A) Fixed RTT initialization.
V4.8.5 - 2010-11-30
Bug fix(es):
- Danube (N/A) Fixed RTT initialization.
common:
- IOCTL DSL_FIO_RTT_INIT added Ip address and port settings.
V4.8.4 - 2010-11-13
Bug fix(es):
- Common (DSLCPE_SW-511) Generation for "ifx_mei_atm_showtime_exit" signal does
not work correctly
- VRX (DSLCPE_SW-511) Channel status update fixed.
Channel status information update added to MeiShowtimeSignaling.
V4.8.3 - 2010-11-01
common:
- Added unit selector value in ioctl DSL_FIO_LOOP_LENGTH_STATUS_GET to choose
between feet and meter for loop length status values.
- New IOCTL(s) added:
+ DSL_FIO_HYBRID_SELECTION_DATA_GET
+ DSL_FIO_FILTER_DETECTION_DATA_GET
- new configuration option(s) added:
+ INCLUDE_DSL_FILTER_DETECTION
(--enable-dsl-filter-detection)
- Danube (DSLCPE_SW-507) Extensions for Microfilter detection.
Extensions added.
V4.8.2 - 2010-10-15
- New IOCTL(s) added:
+ DSL_FIO_RTT_INIT
+ DSL_FIO_RTT_CONFIG_SET
+ DSL_FIO_RTT_CONFIG_GET
+ DSL_FIO_RTT_STATUS_GET
+ DSL_FIO_RTT_CONTROL_SET
+ DSL_FIO_RTT_STATISTICS_GET
- New configuration option added to enable/disable RTT support:
+ --enable-real-time-trace (INCLUDE_REAL_TIME_TRACE)
- Parameters nRxCorruptedTotal, nRxUncorrectedProtected, nRxRetransmitted,
nRxCorrected removed. Following IOCTL(s) affected:
+ DSL_FIO_PM_RETX_COUNTERS_15MIN_GET
+ DSL_FIO_PM_RETX_COUNTERS_1DAY_GET
+ DSL_FIO_PM_RETX_COUNTERS_SHOWTIME_GET
+ DSL_FIO_PM_RETX_COUNTERS_TOTAL_GET
+ DSL_FIO_PM_RETX_HISTORY_STATS_15MIN_GET
+ DSL_FIO_PM_RETX_HISTORY_STATS_1DAY_GET
+ DSL_FIO_PM_RETX_THRESHOLDS_15MIN_GET
+ DSL_FIO_PM_RETX_THRESHOLDS_15MIN_SET
+ DSL_FIO_PM_RETX_THRESHOLDS_1DAY_GET
+ DSL_FIO_PM_RETX_THRESHOLDS_1DAY_SET
Bug fix(es):
- VRX (DSLCPE_SW-510) Autoboot issue with ReTX fw.
Data Rate handling fixed.
V4.8.1 - 2010-10-01
- New IOCTL(s) added:
+ DSL_FIO_RETX_STATISTICS_GET
- Added parameter nEftrMin to DSL_PM_ReTxData_t structure
following IOCTL(s) affected:
+ DSL_FIO_PM_RETX_COUNTERS_15MIN_GET
+ DSL_FIO_PM_RETX_COUNTERS_1DAY_GET
+ DSL_FIO_PM_RETX_COUNTERS_SHOWTIME_GET
+ DSL_FIO_PM_RETX_COUNTERS_TOTAL_GET
+ DSL_FIO_PM_RETX_HISTORY_STATS_15MIN_GET
+ DSL_FIO_PM_RETX_HISTORY_STATS_1DAY_GET
+ DSL_FIO_PM_RETX_THRESHOLDS_15MIN_GET
+ DSL_FIO_PM_RETX_THRESHOLDS_15MIN_SET
+ DSL_FIO_PM_RETX_THRESHOLDS_1DAY_GET
+ DSL_FIO_PM_RETX_THRESHOLDS_1DAY_SET
- Added parameter ActualNetDataRate to DSL_G997_ChannelStatusData_t structure.
- Added new error code DSL_ERR_RETRANSMISSION_DISABLED.
V4.8.0 - 2010-09-17
- New IOCTL(s) added:
+ DSL_FIO_LOOP_LENGTH_STATUS_GET
- Danube (DSLCPE_SW-499) Added b20BitSupport within the following IOCTLs:
+ DSL_FIO_LINE_FEATURE_CONFIG_SET/GET
+ DSL_FIO_LINE_FEATURE_STATUS_GET
Bug fix(es):
- Danube (DSLCPE_SW-498) API for FW R5 Release - Looplength estimation.
Looplength estimation feature added.
- Danube (DSLCPE_SW-497) API for FW R5 Release - Hybrid (LIF) Module Selection.
Hybrid selection support added.
- Danube (DSLCPE_SW-495) API for FW R5 Release - Erasure decoding
Dependency between DSL_ERASURE_DECODING_TYPE_DS and DSL_TRUST_ME_BIT added.
- Danube (DSLCPE_SW-496) API for FW R5 Release - US inband spectral shaping
DSL_INBAND_SPECTRAL_SHAPING_US mapping corrected.
V4.7.3 - 2010-09-03
common:
- Added multiple VR9 messages to the white list
+ CMD_CRC_STATSNE_NOTR1GET
+ CMD_FEC_STATSNE_NOTR1GET
+ CMD_CRC_STATSNE_NOTR1SET
+ CMD_FEC_STATSNE_NOTR1SET
Bug fix(es):
- VRX (DSLCPE_SW-492) Event "DSL_EVENT_S_MULTIMODE_FSM_STATUS" is generated
also in single xDSL mode.
Single xDSL modes handling fixed.
- VRX (DSLCPE_SW-489) no NE CRC & FEC in ADSL broken with FW 5.3.2.4.1.2
CRC and FEC ADSL handling extended.
V4.7.2 - 2010-08-05
common:
- VRX (DSLCPE_SW-480) Cleanup of LowLevelConfigSet/Get according to VirtualNoise
switch
- VRX (DSLCPE_SW-479) Default handshake tone sets
Extended interface and internal implementation as defined within jira issue.
- VRX (DSLCPE_SW-475) Remove unused parameters from LowLevelConfigurationGet/Set
IOCTLs LowLevelConfigurationGet/Set parameters list reduced.
- VRX (DSLCPE_SW-476) Handle new 'sub error code' of firmware for hybrid detection
error
New error code definition and handling added for suberror
LINIT_SUB_FW_HYBRID(=5)
Bug fix(es):
- Danube (DSLCPE_SW-482) Include read-modify-write sequence for DSL 2
Changed to read-modify-write for DSL0/1/2 access
- Danube/VRX (DSLCPE_SW-484) DSL Drivers are getting loaded in Ethernet WAN Models
Extended driver installation scripts (inst_drv_dsl_cpe_api<_xxx>.sh) as suggested
- VRX (DSLCPE_SW-477) Wrong TC-Layer returned in
"sisg"/"DSL_FIO_SYSTEM_INTERFACE_STATUS_GET"
Set TC-Layer staus and config within context of FW download as follows
ADSL FW -> ATM, VDSL FW -> EFM
V4.7.1 - 2010-07-16
Bug fix(es):
- Common (DSLCPE_SW-473) Use 120s timeout for line activation for all platforms
Timeout values corrected.
- VRx (DSLCPE_SW-474) Do not use configuration values for
"sics"/"DSL_FIO_SYSTEM_INTERFACE_CONFIG_SET".
Special error code DSL_WRN_CONFIG_PARAM_IGNORED (4) added for the
DSL_FIO_SYSTEM_INTERFACE_CONFIG_SET ioctl call.
V4.7.0 - 2010-07-09
Bug fix(es):
- Danube (DSLCPE_SW-471) Optimization of the current US OHC Polling frequency.
PM FE counters request handling fixed, all OHC counters are handled in a
single HDLC request.
- VRX (DSLCPE_SW-472) Provide line status parameters within context of
"g997lspbg" in ADSL mode.
Implementation extended.
- Common (DSLCPE_SW-405) please reformat debug output of FW messages.
For Danube: Message dump for DSL_DBG_WRN level fixed.
For VRX: Message write check added. Message dump for DSL_DBG_WRN level
fixed. Message opcode definitions added to drv_dsl_cpe_device_vrx.h
V4.6.3 - 2010-07-02
Bug fix(es):
- VRx (N/A) Multimode FSM switch fails from MULTIMODE ADSL to VDSL.
Internal FSM handling fixed.
- VRx (N/A) DSL_FIO_MULTIMODE_FSM_STATUS_GET returns wrong values.
DSL_FIO_MULTIMODE_FSM_STATUS_GET ioctl handling fixed.
V4.6.2 - 2010-07-01
common:
- VRx specific messages removed:
+ CMD_REINITFE_CONFIGURE
+ CMD_GAINCALIBRATIONSET
+ CMD_HW_CONFIGSET
+ CMD_LED_CONTROL
- Added multiple VR9 messages to the white list
+ CMD_PTM_BC0_STATSNE_GET
+ CMD_PTM_BC0_STATSNE_SET
+ CMD_ATM_BC0_STATSNE_GET
+ CMD_ATM_BC0_STATSNE_SET
+ CMD_LINEPERFCOUNTNE_NOTR1GET
+ CMD_LINEPERFCOUNTFE_NOTR1GET
+ CMD_LINEPERFCOUNTNE_NOTR1SET
+ CMD_DATAPATHFAILURESGET
+ CMD_MODEMFSM_OPTIONSSET
+ CMD_HLINDS_GET
+ CMD_HLINUS_GET
+ CMD_HLOGDS_GET
+ CMD_NOISEMARGINDELTASET
+ CMD_OH_OPTIONSSET
+ CMD_LINEFAILUREFE_GET
+ CMD_LINESTATUSPERBANDUS_GET
+ CMD_LINESTATUSPERBANDDS_GET
+ CMD_SYSVENDORSERIALNUM_R_SET
+ CMD_OLR_CONTROL
+ CMD_TESTPARAMSAUXDS_GET
+ CMD_TESTPARAMSAUXUS_GET
+ CMD_PILOTTONESGET
+ CMD_INTEROPCONFIGGET
Bug fix(es):
- Danube (DSLCPE_SW-373) Reporting of showtime pilot tones.
PilotTonesStatusGet return warning code changed to error code -10
(not supported by firmware).
- VRx (DSLCPE_SW-463) Disable/do not configure T1.413 mode on VR9 systems.
Mask added for T1.413 and ETSI Annex C modes.
V4.6.1 - 2010-06-25
common:
- New IOCTL(s) added:
+ DSL_FIO_MULTIMODE_FSM_CONFIG_SET
+ DSL_FIO_MULTIMODE_FSM_CONFIG_GET
+ DSL_FIO_MULTIMODE_FSM_STATUS_SET
- New event for reboot added
+ DSL_EVENT_S_MULTIMODE_FSM_STATUS
- New data type(s) definitions added:
+ DSL_FirmwareType_t
+ DSL_MultimodeConfigData_t
+ DSL_MultimodeFsmConfig_t
+ DSL_MultimodeFsmStatusData_t
+ DSL_MultimodeFsmStatus_t
Bug fix(es):
- VRx (DSLCPE_SW-453) Extensions for API internal multimode handling
(ADSL/VDSL).
CPE Automode FSM implemented according to the proposed concept.
For more details please refer to the appropriate JIRA entry.
V4.6.0 - 2010-06-04
common:
- Added VR9 message CMD_XTSE_CONFIGURE to the white list
V4.5.0 - 2010-05-14
common:
- Added multiple VR9 messages to the white list
+ CMD_ADSL_FRAMEDATAUS_LP0GET
+ CMD_ADSL_FRAMEDATADS_LP0GET
+ CMD_ADSL_FRAMEDATAUS_LP1GET
+ CMD_ADSL_FRAMEDATADS_LP1GET
- Removed multiple VR9 messages from the white list
+ CMD_GAINCALIBRATIONSET
+ CMD_DIGITALFILTERSET
+ CMD_ALGORITHMCONTROLSET
V4.4.1 - 2010-04-09
Bug fix(es):
- Common (SMS01446192) Enhancement of debug implementation for Linux console
prints.
Debug prints implementation extended. For more details please refer to the
appropriate UTP entry.
V4.4.0 - 2010-04-02
common:
- new file(s) added:
+ \src\include\drv_dsl_cpe_device_vrx.h
- VRX common implementation extracted to drv_dsl_cpe_device_vrx.c
V4.3.5 - 2010-03-29
common:
- new file(s) added:
+ \src\device\drv_dsl_cpe_device_vrx.c
- VRX common implementation extracted to drv_dsl_cpe_device_vrx.c
- VRX VDSL1 support removed
Bug fix(es):
- VRX (SMS01434916) Extend automode handling with firmware System Sub
Error Code "S_XDSL_MODE".
Automode handling extended according to the updated concept. For more details
please refer to the appropriate UTP entry.
V4.3.4 - 2010-03-19
-
V4.3.3 - 2010-02-05
common:
- VRx device specific implementation
+ optimizations
+ XTSE status update added in the SHOWTIME state a workaround.
+ ACK_ModemFSM_StateGet parameter#3 ignored since it signals L3 state even
in the SHOWTIME.
- Added multiple VR9 messages to the white list
+ CMD_ADSL_BAT_US_GET
+ CMD_ADSL_BAT_DS_GET
+ CMD_GAINTABLEENTRIESGET
+ CMD_ADSL_GAINTABLEUS_GET
+ CMD_ADSL_GAINTABLEDS_GET
+ CMD_SNR_DS_GET
+ CMD_SNR_US_GET
+ CMD_HLOGUS_GET
+ CMD_QLN_US_GET
+ CMD_HS_TONEGROUPSET
+ CMD_REINITFE_CONFIGURE
+ CMD_HS_VDSL2PROFILECONTROL
+ CMD_DIGITALFILTERSET
+ CMD_HS_STANDARDINFOFE_SPAR1GET
+ CMD_OLR_DS_STATSGET
+ CMD_OLR_US_STATSGET
V4.3.2 - 2010-02-26
common:
- KW cleanups.
V4.3.1 - 2010-02-19
Bug fix(es):
- Danube (SMS01391618) Extend existing interface to report pilot tones.
Danube family implementation extended to support Pilot Tones reporting.
- Danube (SMS01391626) Extension of testmodes with sleep state.
Implementation extended, DSL_TESTMODE_SLEEP (=6) handling added.
- Common (SMS01391620) Add new configuration interface for changing API reboot
criteria's.
API extended. For more details please refer to the appropriate UTP entry.
V4.3.0 - 2010-02-05
common:
- New error code(s) added:
+ DSL_WRN_NOT_RECOMMENDED_CONFIG = 20
Bug fix(es):
- Danube (SMS01300427) Showtime Lock doesn't work.
Showtime lock handling fixed.
- Common (SMS01371264) negative DSL_OPT_NOISE_MARGIN_DELTA_DS should trigger a
warning (it does not).
Special warning "DSL_WRN_NOT_RECOMMENDED_CONFIG" return added in case of
negative values configured.
- Common (SMS01354000) XTSE sanity checks not applied if -i option of
dsl_cpe_control is used.
XTSE sanity checks handling fixed during CPE API driver initialization.
- Danube (SMS01371266) API triggers a FW download (although it should not).
Default nSnrMarginRebootMode changed from "DSL_SNRM_REBOOT_AUTOMODE_API" to
"DSL_SNRM_REBOOT_AUTOMODE_FW". Handling fixed. Documentation corrected.
- Danube/VRx (SMS01379873) Support of Annex J (handling binaries with different
numbering scheme).
API handling extended to accept application type (Annex B/J = 0x0).
V4.2.0 - 2010-01-13
-
V4.0.9 - 2009-12-29
common:
- LED module implementation moved to a deprecated functionality.
- VRx implementation added:
+ FW version decode corrected according to the latest concept.
+ Last Exception Codes support added
- Added multiple VR9 messages to the white list
+ CMD_VENDORID_O_GET
+ CMD_SYSVENDORID_O_GET
+ CMD_SYSVENDORVERSIONNUMO_GET
+ CMD_SYSVENDORSERIALNUM_O_GET
+ CMD_AUXINVENTORYINFO_O_GET
+ CMD_TR1CONTROLSET
+ CMD_CRC_STATSNE_GET
+ CMD_CRC_STATSFE_GET
+ CMD_FEC_STATSNE_GET
+ CMD_FEC_STATSFE_GET
+ CMD_CRC_STATSNE_SET
+ CMD_CRC_STATSFE_SET
+ CMD_FEC_STATSNE_SET
+ CMD_FEC_STATSFE_SET
+ CMD_LINEPERFCOUNTNE_GET
+ CMD_LINEPERFCOUNTFE_GET
+ CMD_LINEPERFCOUNTNE_SET,
+ CMD_LINEPERFCOUNTFE_SET,
+ CMD_SYSVENDORID_R_SET
+ CMD_SYSVENDORVERSIONNUM_R_SET
+ CMD_AUXINVENTORYINFO_R_SET
+ CMD_ALGORITHMCONTROLSET
+ CMD_MODEMFSM_FAILREASONGET
Bug fix(es):
- Common (N/A) missing symbol "debug_level" during CPE API driver startup.
"debug_level" variable handling fixed.
V4.0.8 - 2009-12-03
common:
- VRx implementation added:
+ FW version decode corrected according to the latest MCAT.
- Corrected showtime entry handling to inform ATM/PTM driver. Removed call from
showtime polling cycle (is called only once).
- Added multiple VR9 messages to the white list
+ CMD_FRAMEDATAEXT2DS_GET
+ CMD_FRAMEDATAEXT2US_GET
+ CMD_BEARERCHSDS_GET
+ CMD_BEARERCHSUS_GET
+ CMD_VERSIONINFOGET
+ CMD_LINESTATUSDS_GET
+ CMD_LINESTATUSUS_GET
+ CMD_XTSE_STATUSGET
+ CMD_BAT_TABLEENTRIESGET
+ CMD_BANDCONTROL_DS_GET
+ CMD_BANDCONTROL_US_GET
+ CMD_SNR_NE_TABLEENTRIESGET
+ CMD_HS_SELECTEDPROFILEVDSL2GET
+ CMD_REINITNE_CONFIGURE
- Activate ATM/PTM driver intercommunication by default
V4.0.7 - 2009-11-27
Bug fix(es):
- Common (SMS01273903) Extension of DSL_FIO_DBG_LAST_EXCEPTION_CODES_GET
(CLI: lecg).
Danube implementation updated: nError2 code handling added on the API
level, firmware CMV STAT 23 0 handling removed.
V4.0.6 - 2009-11-23
common:
- New IOCTL(s) added:
+ DSL_FIO_G997_RATE_ADAPTATION_STATUS_GET
Bug fix(es):
- Danube (SMS01264426) Control of DS target margin adjustment.
Danube implementation extended according to the specified concept. For more
details please refer to the appropriate UTP entry.
V4.0.5 - 2009-11-20
common:
- New IOCTL(s) added:
+ DSL_FIO_PILOT_TONES_STATUS_GET
- New configure option(s) added:
+ "--enable-pilot-tones-status"/"INCLUDE_PILOT_TONES_STATUS"
Bug fix(es):
- Common (SMS01263395) Reporting of showtime pilot tones.
Implementation added according to the specified concept. For more details
please refer to the appropriate UTP entry.
V4.0.4 - 2009-11-13
Bug fix(es):
- Danube (SMS01218167) bitswap status reporting seems to be broken.
"bBitswapEnable" US status parameter handling added (CMV OPTN 2 0, bit#15).
Line Features periodical status update during the showtime state added.
General concept for the BitSwap status information will be defined/clarified
later.
- Danube (SMS01222754) g997dsnrg: nMeasurementTime = 0.
INFO 79/80 2 CMV handling added to get SNRMT parameter. INFO 80 2 CMV is
currently supported only in the Loop Diagnostic state to get the SNRMT US
parameter. A separate UTP will address this issue to the FW team.
V4.0.3 - 2009-11-12
common:
- Changed copyright header to Lantiq version
V4.0.2 - 2009-11-03
common:
- VRx device specific minor adaptations: white list handling added for the MCAT
messages.
- VRx MCAT header files updated according to the MCAT ver.1.0.2.
V4.0.1 - 2009-10-23
common:
- VRx device specific implementation added:
+ ATM/PTM Showtime Entry/Exit signalling added. Draft implementation placed
under "INCLUDE_DSL_ATM_PTM_INTERFACE_SUPPORT" internal configuration option
Bug fix(es):
- VRX (SMS01263029) Endianess issue within DSL_DRV_XXX_AdslChStatusGet().
nAdsl1Mode variable type changed to DSL_uint8_t.
V4.0.0 - 2009-10-09
common:
- FW message layer added for VRX devices (...SendMsg...)
- New configuration option "--enable-vrx" added.
- New file(s) added:
+ drv_dsl_cpe_msg_vrx.c
+ drv_dsl_cpe_vrx_ceoc.c
+ drv_dsl_cpe_device_vrx.c
+ drv_dsl_cpe_api_g997_vrx.c
+ drv_dsl_cpe_msg_vrx.h
+ drv_dsl_cpe_device_vrx.h
+ drv_dsl_cpe_vrx_ctx.h
+ drv_dsl_cpe_vrx_msg_config_pmd.h
+ drv_dsl_cpe_vrx_msg_const.h
+ drv_dsl_cpe_vrx_msg_debug.h
+ drv_dsl_cpe_vrx_msg_dmt_scope.h
+ drv_dsl_cpe_vrx_msg_ghs_status.h
+ drv_dsl_cpe_vrx_msg_olr.h
+ drv_dsl_cpe_vrx_msg_perf_pmd.h
+ drv_dsl_cpe_vrx_msg_tc_counters.h
- Device specific implementation added:
+ VRx device support layer added (draft version)