Without Filter Replacement can i use motorola c115 for OpenBTS?
or by just loading highram firmware can i able to get sms sent on any
networks and see them in wireshark?
P.S help required
Hello sir,
I'm from India, there is no encryption used, I used rtl sdr. In Kali Linux
successfully, but here hopping frequencies are used, so I want to try
osmocom, I did some search regarding this,but can you give me instructions
in steps to get GSM SMS sir.
Regards
HARI
proposed same patch as already submitted for opensuse at
https://build.opensuse.org/request/show/286595
Michel Normand (1):
avoid smscb test failure for ppc/ppc64 archi
include/osmocom/gsm/protocol/gsm_03_41.h | 37 ++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
--
1.7.9.5
Hello list,
I'm playing with the mobile application of OsmocomBB. I have two SIM
cards of
two different operators. Everything works fine with one of them, but it
doesn't
with the other one.
Layer1 hangs there:
SIM Request (7): a0 a4 00 00 02 6f 30
SIM Response (2): 9f 0f
SIM Request (5): a0 c0 00 00 0f
SIM Response (17): 00 00 00 f6 6f 30 04 00 11 ff ff 01 02 00 00 90 00
SIM Request (5): a0 b0 00 00 f6
and mobile hangs there:
<0005> subscriber.c:600 Requesting SIM file 0x6f30
<000f> sim.c:209 got new job: SIM_JOB_READ_BINARY (handle=00000004)
<000f> sim.c:241 SELECT (file=0x6f30)
<000f> sim.c:187 sending APDU (class 0xa0, ins 0xa4)
<000f> sim.c:876 received APDU (len=0 sw1=0x9f sw2=0x0f)
<000f> sim.c:949 command successfull
<000f> sim.c:571 GET RESPONSE (len=15)
<000f> sim.c:187 sending APDU (class 0xa0, ins 0xc0)
<000f> sim.c:876 received APDU (len=15 sw1=0x90 sw2=0x00)
<000f> sim.c:949 command successfull
<000f> sim.c:1065 selected file (len 246)
<000f> sim.c:277 READ BINARY (offset=0 len=246)
<000f> sim.c:187 sending APDU (class 0xa0, ins 0xb0)
So, as I understand it, it tries to read the PLMN selectors from SIM but
does
not get any answer and the callback function is not called.
Also, when using the command "off", everything shuts down with the first
SIM,
but I have to use ctrl-c for the second one after mobile hangs here:
<000f> sim.c:1234 exit SIM client
I have the last versions of libosmocore and osmocom-bb in the master
branch,
and I enabled TX support. I also tried to set my IMEI in the mobile.cfg
file
but this does not change anything. The config file is joined as well.
Did I forget something? Do you have an idea?
Thank you!
Dear Osmocom.org project members,
I'm happy to be able to announce the annual incarnation of OsmoDevCon.
The Date is set for March 27 through 30. Venue: As usual, IN-Berlin
e.V. in Berlin, Germany.
Further details can be obtained from
http://openbsc.osmocom.org/trac/wiki/OsmoDevCon2015
Attendance, as usual, is restricted to people with an active history in
the Project by contributions in terms of code, patches, discussions,
documentation or in other form.
= Registration =
If you have wiki access, please add yourself to the #Requested section.
Alternatively, you can send me private e-mail about it.
After review, your (nick)name will be listed in the #Confirmed section.
Looking forward to meeting all of you again soon!
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
Hello list,
I'm playing with the mobile application of OsmocomBB. I have two SIM
cards of
two different operators. Everything works fine with one of them, as you
can see
in the mobile_ok log, but it doesn't with the other one, as you can see
in the
mobile_ko and layer1_ko log.
Layer1 hangs there:
SIM Request (5): a0 b0 00 00 f6
and mobile hangs there:
<000f> sim.c:1065 selected file (len 246)
<000f> sim.c:277 READ BINARY (offset=0 len=246)
<000f> sim.c:187 sending APDU (class 0xa0, ins 0xb0)
Then nothing happens.
Also, when using the command "off", everything shuts down with the first
SIM,
but I have to use ctrl-c for the second one after mobile hangs here:
<000f> sim.c:1234 exit SIM client
I have the last versions of libosmocore and osmocom-bb in the master
branch,
and I enabled TX support. I also tried to set my IMEI in the mobile.cfg
file
but this does not change anything. The config file is joined as well.
Did I forget something? Do you have an idea?
Thank you!