It is the same version of libosmocore that comes with osmocombb.
https://osmocom.org/projects/baseband/wiki/Software_Getting_Started#Dependen...
For osmocomBB, as for several other osmocom projects, you will also need libosmocore. Note: Although libosmocore is included when getting osmocom-bb from the git repository, you have to install it separately. The libosmocore subtree is only used to compile the embedded ARM version of libosmocore.
With best regards, Vadim Yanitskiy.
satel@satel-HP-Pavilion-Notebook:/home/imsicatcher/osmocom-bb/src/shared$ sudo ./update-libosmocore.sh remote: Counting objects: 7821, done. remote: Compressing objects: 100% (4516/4516), done. remote: Total 7821 (delta 5871), reused 4635 (delta 3282) Receiving objects: 100% (7821/7821), 1.36 MiB | 1.01 MiB/s, done. Resolving deltas: 100% (5871/5871), completed with 271 local objects.
From git://git.osmocom.org/libosmocore
* branch master -> FETCH_HEAD Auto-merging src/shared/libosmocore/src/vty/vty.c Auto-merging src/shared/libosmocore/src/vty/logging_vty.c CONFLICT (content): Merge conflict in src/shared/libosmocore/src/vty/logging_vty.c Removing src/shared/libosmocore/src/talloc.c Auto-merging src/shared/libosmocore/src/gb/gprs_ns_vty.c CONFLICT (content): Merge conflict in src/shared/libosmocore/src/gb/gprs_ns_vty.c Auto-merging src/shared/libosmocore/src/gb/gprs_bssgp_vty.c CONFLICT (content): Merge conflict in src/shared/libosmocore/src/gb/gprs_bssgp_vty.c Auto-merging src/shared/libosmocore/src/counter.c Auto-merging src/shared/libosmocore/include/osmocom/gsm/gsm48_ie.h Auto-merging src/shared/libosmocore/include/osmocom/core/linuxlist.h Removing src/shared/libosmocore/doc/vty/merge_doc.xsl Removing src/shared/libosmocore/debian/patches/debian-changes-0.1.17-1 Removing src/shared/libosmocore/debian/libosmocore-dev.dirs Removing src/shared/libosmocore/debian/libosmocore-dbg.install Removing src/shared/libosmocore/debian/libosmocore-dbg.dirs Removing src/shared/libosmocore/debian/docs Automatic merge failed; fix conflicts and then commit the result.
On Sun, Jan 20, 2019, 9:20 PM Vadim Yanitskiy <axilirator@gmail.com wrote:
It is the same version of libosmocore that comes with osmocombb.
https://osmocom.org/projects/baseband/wiki/Software_Getting_Started#Dependen...
For osmocomBB, as for several other osmocom projects, you will also need
libosmocore.
Note: Although libosmocore is included when getting osmocom-bb from the
git repository,
you have to install it separately. The libosmocore subtree is only used
to compile the
embedded ARM version of libosmocore.
With best regards, Vadim Yanitskiy.
I had to commit my changes so that's why. After I committed my changes. It worked. But now its lookig for talloc.h but after doing apt-get install libtalloc-dev it has not found it yet. But I would give it a try tomorrow when I manually compile talloc.
On Sun, Jan 20, 2019, 9:43 PM Andi Kita <akita@qmail.qcc.edu wrote:
satel@satel-HP-Pavilion-Notebook:/home/imsicatcher/osmocom-bb/src/shared$ sudo ./update-libosmocore.sh remote: Counting objects: 7821, done. remote: Compressing objects: 100% (4516/4516), done. remote: Total 7821 (delta 5871), reused 4635 (delta 3282) Receiving objects: 100% (7821/7821), 1.36 MiB | 1.01 MiB/s, done. Resolving deltas: 100% (5871/5871), completed with 271 local objects. From git://git.osmocom.org/libosmocore
- branch master -> FETCH_HEAD
 Auto-merging src/shared/libosmocore/src/vty/vty.c Auto-merging src/shared/libosmocore/src/vty/logging_vty.c CONFLICT (content): Merge conflict in src/shared/libosmocore/src/vty/logging_vty.c Removing src/shared/libosmocore/src/talloc.c Auto-merging src/shared/libosmocore/src/gb/gprs_ns_vty.c CONFLICT (content): Merge conflict in src/shared/libosmocore/src/gb/gprs_ns_vty.c Auto-merging src/shared/libosmocore/src/gb/gprs_bssgp_vty.c CONFLICT (content): Merge conflict in src/shared/libosmocore/src/gb/gprs_bssgp_vty.c Auto-merging src/shared/libosmocore/src/counter.c Auto-merging src/shared/libosmocore/include/osmocom/gsm/gsm48_ie.h Auto-merging src/shared/libosmocore/include/osmocom/core/linuxlist.h Removing src/shared/libosmocore/doc/vty/merge_doc.xsl Removing src/shared/libosmocore/debian/patches/debian-changes-0.1.17-1 Removing src/shared/libosmocore/debian/libosmocore-dev.dirs Removing src/shared/libosmocore/debian/libosmocore-dbg.install Removing src/shared/libosmocore/debian/libosmocore-dbg.dirs Removing src/shared/libosmocore/debian/docs Automatic merge failed; fix conflicts and then commit the result.
On Sun, Jan 20, 2019, 9:20 PM Vadim Yanitskiy <axilirator@gmail.com wrote:
It is the same version of libosmocore that comes with osmocombb.
https://osmocom.org/projects/baseband/wiki/Software_Getting_Started#Dependen...
For osmocomBB, as for several other osmocom projects, you will also
need libosmocore.
Note: Although libosmocore is included when getting osmocom-bb from the
git repository,
you have to install it separately. The libosmocore subtree is only used
to compile the
embedded ARM version of libosmocore.
With best regards, Vadim Yanitskiy.
/home/imsicatcher/osmocom-bb/src/shared$ sudo ./update-libosmocore.sh
Where have you found this?!?
AFAIR, the wiki clearly states how to install libosmocore, and there was nothing written about this script. Please read the wiki carefully first.
With best regards, Vadim Yanitskiy.
When you download osmocombb is in the shared directory. I am surprised you never seen it.
On Sun, Jan 20, 2019, 11:05 PM Vadim Yanitskiy <axilirator@gmail.com wrote:
/home/imsicatcher/osmocom-bb/src/shared$ sudo ./update-libosmocore.sh
Where have you found this?!?
AFAIR, the wiki clearly states how to install libosmocore, and there was nothing written about this script. Please read the wiki carefully first.
With best regards, Vadim Yanitskiy.
I am surprised you never seen it.
I am aware of this script. The question is why you decided to use it. If it's mentioned somewhere in the wiki, we should clarify its purpose, and prevent others from using it. Probably, also makes sense to remove it from the repository.
Please see: https://osmocom.org/projects/libosmocore/wiki/Libosmocore
With best regards, Vadim Yanitskiy.
baseband-devel@lists.osmocom.org