Using le_temp.api in a mangOH yellow

i used le_temp.api in mangOH Red. then i don’t have a problem but i change mangOH red to yellow i face to problem.

I don’t know this cause
Below contents which my log screen

Jan 3 14:39:30 swi-mdm9x28-wp user.err Legato: =ERR= | avcDaemon[1535]/avcDaemon T=main | avcAppUpdate.c avcApp_SetSwUpdateState() 3013 | No update is going on. CurrentObj9 = null
Jan 3 14:39:30 swi-mdm9x28-wp user.err Legato: =ERR= | avcDaemon[1535]/avcDaemon T=main | avcAppUpdate.c avcApp_SetSwUpdateResult() 2948 | No update is going on. CurrentObj9 = null
Jan 3 14:39:30 swi-mdm9x28-wp user.info Legato: INFO | avcDaemon[1535]/avcDaemon T=main | avcAppUpdate.c NotifyObj9List() 697 | Found 15 object 9 instances
Jan 3 14:39:30 swi-mdm9x28-wp user.info Legato: INFO | avcDaemon[1535]/avcDaemon T=main | avcAppUpdate.c NotifyObj9List() 698 | obj9ListLen; 202 obj9List: </lwm2m/9/0>,</lwm2m/9/2>,</lwm2m/9/3>,</lwm2m/9/4>,</lwm2m/9/5>,</lwm2m/9/8>,</lwm2m/9/9>,</lwm2m/9/10>,</lwm2m/9/11>,
Jan 3 14:39:31 swi-mdm9x28-wp user.info Legato: INFO | avcDaemon[1535]/avcDaemon T=main | assetData.c RegUpdateTimerHandler() 3271 | RegUpdate timer expired; reporting REG_UPDATE
Jan 3 14:39:31 swi-mdm9x28-wp user.err Legato: =ERR= | avcDaemon[1535]/avcDaemon T=main | assetData.c assetData_RegistrationUpdate() 1951 | unsupported function called.

This is simple app that is getting temperature

Component.cdef

sources:
{
tempTest.c
}

requires:
{
api:
{
$LEGATO_ROOT/interfaces/modemServices/le_temp.api
}
}

adef file

executables:
{
tempTestSample = ( tempTest )
}

processes:
{
envVars:
{
LE_LOG_LEVEL = DEBUG
}
run:
{
(tempTestSample)
}
}

start: manual

bindings:
{
tempTestSample.tempTest.le_temp -> modemService.le_temp

If you’re still stuck on this, I suggest trying to post this to the Legato forum