Integrate RNIB with SDL SyncStorage to xapp-frame 33/6733/1 v0.9.1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 22 Sep 2021 23:52:32 +0000 (02:52 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Thu, 23 Sep 2021 00:43:09 +0000 (03:43 +0300)
commitb733d3feaf729312e2c8dbdd7f8ce30c54b68588
tree660011782de2f6018dfd30b1726dd32a001938d9
parent8e5efa4f44f646b5389db3ccb5588d41a185e598
Integrate RNIB with SDL SyncStorage to xapp-frame

SdlInstance type with its API functions has been deprecated and its
source code will be removed at some point of time from sdlgo repository.
sdlgo repository provides the SyncStorage type what should be used
instead of the SdlInstance type.

Upgrade xapp-frame to use Nodeb-rnib reader version 1.2.1, which has
a new reader type, which takes SyncStorage type reference in.

Change xapp-frame RNIB writer instance rNibWriterInstance to use SDL
instance of type SyncStorage.

Issue-Id: RIC-805

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I4d6010c806370f0157a94f6f79f04ff90e11b63b
go.mod
go.sum
pkg/rnib/rNibWriter.go
pkg/xapp/db.go
pkg/xapp/xapp.go