From svineet15685 at gmail.com Wed Nov 20 13:34:15 2019 From: svineet15685 at gmail.com (Vineet) Date: Wed, 20 Nov 2019 21:34:15 +0800 Subject: SIM trace Message-ID: Hello team, I am looking to buy a SIM trace tool for my project. I am a freelancer. Could you please provide more details about this? Location: Singapore Also provide the details about the support. What all mobile phones could be supported and all. Also please provide the quotation for the same. Thanks! Vineet Saxena -------------- next part -------------- An HTML attachment was scrubbed... URL: From st at ozglob.com Thu Nov 21 13:34:26 2019 From: st at ozglob.com (=?UTF-8?B?0KHQtdGA0LPQtdC5INCi0YPQsQ==?=) Date: Thu, 21 Nov 2019 15:34:26 +0200 Subject: Error while installing SIMtrace 2 host PC software Message-ID: Hello.I have Ubuntu 18.04 LTS on VirtualBox. And I need to install SIMtrace 2 host PC software. I use this instruction https://osmocom.org/progects/simtrace2/wiki *Preconditions* libosmocore, libpcsclite and libusb. to install those packages: sudo apt-get install libusb-1.0-0-dev libosmocore-dev libpcsclite-dev *Compiling it*: git clone git://git.osmocom.org/simtrace2.git cd simtrace2/host/ make ...and when I do *make* I get such mistake: cc -Wall -g pkg-config --cflags libusb-1.0 libosmocore -o simtrace2-remsim.o -c simtrace2-remsim.c simtrace2-remsim.c:51:10: fatal error: osmocom/sim/class_tables.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Makefile:21: recipe for target 'simtrace2-remsim.o' failed make: *** [simtrace2-remsim.o] Error 1 Can you explaine me what went wrong? -- Best regards, Serjio. Kyiv, Ukraine -------------- next part -------------- An HTML attachment was scrubbed... URL: From vvvelichkov at gmail.com Fri Nov 22 00:01:30 2019 From: vvvelichkov at gmail.com (Vasil Velichkov) Date: Fri, 22 Nov 2019 02:01:30 +0200 Subject: Error while installing SIMtrace 2 host PC software In-Reply-To: References: Message-ID: <2a0c1158-c7ed-02a8-51ed-cc9c6361308c@gmail.com> Hi ?????? ???, On 21/11/2019 15.34, ?????? ??? wrote: > Hello.I have Ubuntu 18.04 LTS on VirtualBox. And I need to install SIMtrace > 2 host PC software. > > I use this instruction https://osmocom.org/progects/simtrace2/wiki > > *Preconditions* libosmocore, libpcsclite and libusb. > > to install those packages: sudo apt-get install libusb-1.0-0-dev > libosmocore-dev libpcsclite-dev > > *Compiling it*: > git clone git://git.osmocom.org/simtrace2.git > cd simtrace2/host/ > make > > ...and when I do *make* I get such mistake: > > cc -Wall -g pkg-config --cflags libusb-1.0 libosmocore -o > simtrace2-remsim.o -c simtrace2-remsim.c > simtrace2-remsim.c:51:10: fatal error: osmocom/sim/class_tables.h: No such You need a newer version of libosmocore-dev package as the version from the 18.04 repository is too old (0.9.0-7) Try installing it from the osmocom:latest repository[1] or building it from source[2] [1] https://osmocom.org/projects/cellular-infrastructure/wiki/Latest_Builds [2] https://osmocom.org/projects/libosmocore/wiki/Libosmocore#Obtaining-it Regards, Vasil