* meshctl: publish db entry malformed for 2d model of an element
@ 2017-12-14 23:21 Steve Brown
2017-12-15 11:14 ` Steve Brown
0 siblings, 1 reply; 2+ messages in thread
From: Steve Brown @ 2017-12-14 23:21 UTC (permalink / raw)
To: linux-bluetooth@vger.kernel.org
The entries for the second model of an element appear malformed.
This with the current head (813b8e6737ba0c43255979b09a089c44b757a556)
The commands were:
add-appkey 1
bind 0 1 1000
bind 0 1 1001
set-pub 0100 c000 1 0 1001
set-pub 0100 c000 1 0 1000
back
mesh-info
Steve
"elements":[
{
"elementIndex":0,
"unicastAddress":"0100",
"models":[
{
"modelId":"1000",
"bind":[
1
],
"publish":{
"address":"c000",
"index":"0001",
"ttl":255
}
},
{
"modelId":"1001",
"bind":[
1
]
},
{
"modelId":"1001",
"publish":{
"address":"c000",
"index":"0001",
"ttl":255
}
}
]
},
{
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: meshctl: publish db entry malformed for 2d model of an element
2017-12-14 23:21 meshctl: publish db entry malformed for 2d model of an element Steve Brown
@ 2017-12-15 11:14 ` Steve Brown
0 siblings, 0 replies; 2+ messages in thread
From: Steve Brown @ 2017-12-15 11:14 UTC (permalink / raw)
To: linux-bluetooth@vger.kernel.org; +Cc: Steve Brown
On Thu, 2017-12-14 at 16:21 -0700, Steve Brown wrote:
> The entries for the second model of an element appear malformed.
>
> This with the current head (813b8e6737ba0c43255979b09a089c44b757a556)
>
> The commands were:
>
> add-appkey 1
> bind 0 1 1000
> bind 0 1 1001
> set-pub 0100 c000 1 0 1001
> set-pub 0100 c000 1 0 1000
> back
> mesh-info
>
> Steve
>
> "elements":[
> {
> "elementIndex":0,
> "unicastAddress":"0100",
> "models":[
> {
> "modelId":"1000",
> "bind":[
> 1
> ],
> "publish":{
> "address":"c000",
> "index":"0001",
> "ttl":255
> }
> },
> {
> "modelId":"1001",
> "bind":[
> 1
> ]
> },
> {
> "modelId":"1001",
> "publish":{
> "address":"c000",
> "index":"0001",
> "ttl":255
> }
> }
> ]
> },
> {
The calling sequence is
prov_db_node_set_model_pub()
get_jmodel_obj()
parse_configuration_models()
There seems to be a problem in parse_configuration_models(). In the
loop looking for the model that matches the target_id, if the first
model matches, the model object is returned and the function exits.
If the loop has to iterate, it next calls parse_bindings(). That
function looks to see if the binding already exists and because it
does, exits false with jmodel set to null.
The consequence is the addition of a second modelId object for the same
model id.
I'm not familiar with the code and am not sure how to fix this.
Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-15 11:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-14 23:21 meshctl: publish db entry malformed for 2d model of an element Steve Brown
2017-12-15 11:14 ` Steve Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).