Skip to content

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 26 May 07:20
· 59 commits to master since this release

🏷️ v0.3.4 Release Notes
This release brings major architecture decoupling for downstream AI logic integration, comprehensive G.988 hardware capability matrix support, and a highly requested standalone modular execution pipeline.

🛠️ Added

  • Advanced TPID/DEI Semantic UI Matrix: Added the --tpid-dei CLI flag to vlan-tbl. It bypasses raw bit-fields to dynamically display localized ITU-T G.988 semantic translations (e.g., TPID:Input, TPID:Out,DEI:Inn).
  • Lossless Hardware Capability Profiler: Implemented get_onu_capability() to parse and map hardware capability configurations based on ITU-T G.988 Table 9.1.5-1 (Plug-in Unit Types).
  • Vendor ME Profile Splitting: Segregated proprietary Vendor ME metrics into two distinct profiles: ONU Upload and OLT Provision for higher granular analysis.
  • Standalone AI Pipeline Entry Point: Fully supports global module execution after pip install. Users can now generate AI-ready JSON fact packages directly from anywhere via:
python3 -m omci.overview <path_to_pcap>

Full Changelog: v0.3.3...v0.3.4