Fix service instance Id in the data request
am: 7491031a5b
Change-Id: I39118acbdf676865286d5fc9485f9c96737d91d9
This commit is contained in:
commit
c54f9bcc94
1 changed files with 1 additions and 1 deletions
|
@ -1658,7 +1658,7 @@ typedef struct {
|
|||
This is same as publish_id notified on the subscribe side
|
||||
in a publish/subscribe scenario
|
||||
*/
|
||||
u16 service_instance_id; /* Value 0 for no publish/subscribe */
|
||||
u32 service_instance_id; /* Value 0 for no publish/subscribe */
|
||||
|
||||
/* Config flag for channel request */
|
||||
NanDataPathChannelCfg channel_request_type;
|
||||
|
|
Loading…
Reference in a new issue