So, my battle to get the technicolor to work with Republica movil (orange lowcost) continues.
I believe the missing piece for me is the Software Version, and I found a command to update it (
/bin/nv). I also found a command to show me the MIB table from the omci, and after some testing I relaised the maximum lenght for sw_ver is 13 chars, but the one extracted from my router is longer.
Setting software version
# nv setenv sw_version1 AR_LBFIBRA_sp-00.03.05.221
# nv setenv sw_version0 AR_LBFIBRA_sp-00.03.05.221
# reboot
Checking applied version, showoing only the first 13 charaters are applied.
# omcicli mib get SWImage
# XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
SWImage
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
=================================
SWImage
EntityID: 0x00
Active: 0
Committed: 0
Valid: 1
Version: AR_LBFIBRA_sp
ProductCode:
ImageHash: 0x00000000000000000000000000000000
=================================
=================================
SWImage
EntityID: 0x01
Active: 1
Committed: 1
Valid: 1
Version: AR_LBFIBRA_sp
ProductCode:
ImageHash: 0x00000000000000000000000000000000
=================================
Perhaps wat I need is to set the version
00.03.05.221 and then the ProductCode
AR_LBFIBRA_sp, but I haven' t been able to find a variable to use with
nv setenv that would update the ProductCode
I start trying with
omcicli mib set now, but so far no luck
# omcicli mib
Usage: omcicli mib [cmd]
create : create MIB ME
{classId, entityId, "value of all SBC attributes"}
delete : delete MIB ME
{classId, entityId}
set : set MIB ME attribute
{classId, entityId, attrName, attrValue}
get : get all MIB or any single ME class
[all | classId | tableName[, entityId]]
getcurr : get PM MIB current accumulations
{classId | tableName[, entityId]}
getalm : get all alarm or any single ME class
[classId[, entityId]]
getattr : get specefic attribute for any single ME class
[classId, entityId, attributeId]
reset : trigger MIB reset
# omcicli mib set {SWImage,00,ProductCode,AR_LBFIBRA_sp}
### The above returns the help from the command