Skip to content

Adapt uspd after separating libbbfdm

Amin Ben Ramdhane requested to merge separate_libbbfdm into devel

Now, Libbbfdm has been separated into two libraries: libbbf_api (API) and libbbfdm (data model). uspd calls some functions defined in libbbf_api but uspd should only link to libbbfdm. So we created functions in libbbfdm which will be called by uspd.

Merge request reports