Anime4000 / RTL960x

Hacking V2801F, TWCGPON657 & DFP-34X-2C2 GPON ONU SFP Stick to suite your ISP Fiber
The Unlicense
617 stars 110 forks source link

OMCI_CUSTOM_BDP setting, 264 or 258? #255

Open ffxenon opened 7 months ago

ffxenon commented 7 months ago

Hi, I have an ODI pon stick in 220304 firmware, which works perfectly. However, when I bought a new one with 220923 firmware, it doesn't work firstly. Then, I change the OMCI_CUSTOM_BDP from 258 to 264, then it's ok.

I read rajkosto's RTL960x_features.txt (https://gist.github.com/rajkosto/79034a1f7b3de3f40edf50ffbd8396b0)

default values for SFU firmware:
  220304:
    OMCI_CUSTOM_BDP = 0x108 (force_veip_rule_to_sfu + cf_gen_vtfd_rule/cf_check_vtfd_mode)
    all others:
    OMCI_CUSTOM_BDP = 0x102 (force_veip_rule_to_sfu + ignore_dsPbit)

Can any explain what are the differeces with these settings? Is it ok to set OMCI_CUSTOM_BDP = 0x108 in firmware after 220304?

Thanks a lot!