mirror of
https://dev.iopsys.eu/voice/tr104.git
synced 2025-12-20 01:21:51 +08:00
Fix pipeline
This commit is contained in:
@@ -39,7 +39,6 @@ root@eagle-44d43771b500:~#
|
|||||||
ex:
|
ex:
|
||||||
```bash
|
```bash
|
||||||
root@eagle-44d43771b500:~# tr104d -c get Device.
|
root@eagle-44d43771b500:~# tr104d -c get Device.
|
||||||
Device.Services.X_IOPSYS_EU_VoiceHalInit => 0
|
|
||||||
Device.Services.VoiceService.1.Alias => cpe-1
|
Device.Services.VoiceService.1.Alias => cpe-1
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
@@ -47,11 +47,13 @@ function install_tr104_as_bbfdm_plugin()
|
|||||||
cd libdm
|
cd libdm
|
||||||
exec_cmd make
|
exec_cmd make
|
||||||
|
|
||||||
|
mkdir -p /usr/share/bbfdm/micro_services/core/
|
||||||
|
|
||||||
echo "Installing tr104 as bbfdm plugins ..."
|
echo "Installing tr104 as bbfdm plugins ..."
|
||||||
exec_cmd cp tr104/libtr104.so /usr/share/bbfdm/plugins/20_tr104.so
|
exec_cmd cp tr104/libtr104.so /usr/share/bbfdm/micro_services/core/20_tr104.so
|
||||||
|
|
||||||
echo "Installing tr104 datamodel extension as bbfdm plugins ..."
|
echo "Installing tr104 datamodel extension as bbfdm plugins ..."
|
||||||
exec_cmd cp extensions/iowrt/libtr104ext.so /usr/share/bbfdm/plugins/21_tr104ext.so
|
exec_cmd cp extensions/iowrt/libtr104ext.so /usr/share/bbfdm/micro_services/core/21_tr104ext.so
|
||||||
|
|
||||||
cd ../..
|
cd ../..
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user