gpon_dti_agent/ChangeLog

95 lines
2.3 KiB
Plaintext

NEXT VERSION
v2.0.7 2012.02.29
- fix warnings
v2.0.6 2011.12.06
- sync. with updated OCAL implementation (include math lib)
v2.0.5 2011.11.12
v2.0.4 2011.10.21
- correct error return and little endian fix for ocal commands
v2.0.3 2011.10.16
- minor compile, simulation and packaging improvements
v2.0.2 2011.05.11
- moved OCAL implementation to separate OCAL-lib
v2.0.1 2011.04.22
- OCAL interface implementation:
+ fixed small issues
+ added stub for ocal_clk_cfg_get() function
+ updated ocal_mpd_bw_get() implementation
+ updated ocal_mpd_get() implementation
+ extended ocal_mpd_dark_get() output interface
+ updated ocal_mpd_gain_get() implementation
+ updated ocal_laser_thr_get() implementation
+ extended ocal_laser_get() output interface
v2.0.0 2011.03.23
- improved configure.in, Makefile.am (removed useless configure options)
- fixed warnings
- changd ifxos and dti lib link to other repo dir named lib
- OCAL interface implementation updated according to the updated UMPR:
+ ocal_cfg_get()
+ ocal_laser_thr_get()
+ ocal_temp_ext_get()
+ ocal_mpd_gain_get()
+ ocal_laser_get()
+ ocal_rssi_get()
+ ocal_mpd_get()
+ ocal_mpd_bw_get()
+ ocal_mpd_dark_get()
- OCAL DTI-device implementation improved
v0.6.0 2011.02.25
- don't link agent as static binary
- new file(s) added:
+ dti_agent_ocal.c
+ dti_agent_ocal.h
+ dti_agent_ocal_ctx.h
+ dti_agent_ocal_api.c
+ dti_agent_ocal_api.h
- OCAL DTI-device implementation added:
+ to enable device enable DEVICE_GPON_OCAL definition
+ in the case of enabled STARTUP_WITH_REGISTERED_DEVICE definition
OCAL DTI-device number should be 3
+ in the case of foreground run use capital 'C' to add OCAL DTI-device
v0.5.3 2010.11.30
- source code re-factored
V0.5.2 - 2010.10.28
- 8 bit register access, supports DTI_DEVICE_INTERFACE_VERSION 0x00010200
V0.5.1 - 2010.06.24
- fixed driver set for onu & optic driver
V0.4.6 - 2010.03.26
- driver update
V0.4.5 - 2010.02.25
- fixed cb8 project files
- fixed register handling
V0.4.4 - 2009.11.02
- adapted the event handler to new driver version
V0.4.3 - 2009.06.26
common:
- check for /dev/onu or /dev/onu[0-9] or /dev/onu/[0-9]
V0.4.2 - 2009.06.26
common:
- fixes for DTI simulation
V0.1.y - 2009.xx.yy
common:
- added swaplib to Makefile.am