open5gs/lib
Sukchan Lee ced4a6f945 [SGW-C] fix the shared object error (#595)
nas-common library includes libcrypt. However, SGW-C don't have to use
crypt library. As such, ogs_nas_plmn_id function was moved to
3gpp-core-types.[ch]

For more information,

$ ./install/bin/open5gs-sgwcd
./install/bin/open5gs-sgwcd: error while loading shared libraries: libogscrypt.so.2: cannot open shared object file: No such file or directory

$ ldd ./install/bin/open5gs-sgwcd
	linux-vdso.so.1 (0x00007ffc749ad000)
	libogsapp.so.2 => /home/acetcom/Documents/git/open5gs/install/lib/x86_64-linux-gnu/libogsapp.so.2 (0x00007f1f92277000)
	libogscore.so.2 => /home/acetcom/Documents/git/open5gs/install/lib/x86_64-linux-gnu/libogscore.so.2 (0x00007f1f92240000)
	libogsgtp.so.2 => /home/acetcom/Documents/git/open5gs/install/lib/x86_64-linux-gnu/libogsgtp.so.2 (0x00007f1f921eb000)
	libogsnas-common.so.2 => /home/acetcom/Documents/git/open5gs/install/lib/x86_64-linux-gnu/libogsnas-common.so.2 (0x00007f1f921e5000)
	libogspfcp.so.2 => /home/acetcom/Documents/git/open5gs/install/lib/x86_64-linux-gnu/libogspfcp.so.2 (0x00007f1f92177000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1f92134000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1f91f42000)
	libyaml-0.so.2 => /usr/lib/x86_64-linux-gnu/libyaml-0.so.2 (0x00007f1f91f20000)
	libogscrypt.so.2 => not found
	libogsipfw.so.2 => /home/acetcom/Documents/git/open5gs/install/lib/x86_64-linux-gnu/libogsipfw.so.2 (0x00007f1f91ef5000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f1f922b1000)
2021-08-17 21:58:31 +09:00
..
app [5GC] Added BSF(Binding Support Function) 2021-05-29 15:56:12 +09:00
asn1c Add more memory log 2021-06-06 22:35:46 +09:00
core [SGW-C] fix the shared object error (#595) 2021-08-17 21:58:31 +09:00
crypt Add more memory log 2021-06-06 22:35:46 +09:00
dbi fix the SMF crash when num of flow > 8 (#1108) 2021-08-07 14:23:20 +09:00
diameter Change Open5GS API for exit (#1069) 2021-06-24 12:44:52 +09:00
gtp fix the SMF crash when num of flow > 8 (#1108) 2021-08-07 14:23:20 +09:00
ipfw [IPFilter] Assert if getprotobyname() problem (#977) 2021-05-07 10:47:10 +09:00
nas [SGW-C] fix the shared object error (#595) 2021-08-17 21:58:31 +09:00
ngap Add more memory log 2021-06-06 22:35:46 +09:00
pfcp [SMF/UPF] Clarify FALLBACK SUBNET [#1128] 2021-08-14 16:52:53 +09:00
s1ap Add more memory log 2021-06-06 22:35:46 +09:00
sbi [PCF] fix the 'NULL' AfEvent in VoNR (#1120) 2021-08-08 09:10:37 +09:00
sctp Add more memory log 2021-06-06 22:35:46 +09:00
tun test: Porting FreeBSD 2021-02-08 14:25:40 -05:00
meson.build test: Porting FreeBSD 2021-02-08 14:25:40 -05:00