JaeMin Shin

Results 10 comments of JaeMin Shin

@dermesser I have the same issue and I installed the library on my system.

@dermesser I did "ldconfig" command as well. C library is working fine when I write in c language and compile with gcc. But when I tried to use C++ library...

Just to make sure, I also tried both of -lsocket++ and -lsocket as well.

I cannot understand...... after a few days, the compiling suddenly work properly...... By the way, how can I use C library in C++?

[compile_log.txt](https://github.com/dermesser/libsocket/files/3197440/compile_log.txt) -------------------------------------------------------------------------------- This is what I am struggling right now.

I made a very very huge mistake..... I made put my -lsocket in front of the source code names in Makefile. This is why Makefile doesn't work.

This is quite embarrassing but I'll leave it for other people.

I used MCS value 0 for UL and DL and now it works really well with USRP X300. I would recommend to use lowest MCS value if you only want...

I fixed this problem by this document. Apparently NDK which is installed by Android Studio is not working for previous NDK codes. So I just installed an older version and...

The Open5gs version has been updated from 2.6.6 to 2.7.0 recently. I think they changed some rules about config files. I have faced same issue that you showed and I...