Yate Community Forum

Yate server => Other Yate server issues => Topic started by: peter_v on July 08, 2015, 08:10:32 AM

Title: Configure emergency calls (911/112) YateBTS
Post by: peter_v on July 08, 2015, 08:10:32 AM
Hi all,

I've searched through the yatebts code trying to figure out where I can change the parameter that is broadcast and tells registering cell phones that emergency calls are disabled (that's the message I get on my cell phone everytime I associate to the YateBTS GSM network).

I found the equivalent parameter in OpenBTS from here http://wush.net/svn/range/software/public/openbts/features/Cognitive_Radio_Elsabagh/apps/OpenBTS.config.example

# Access class flags.
# This is the RAW parameter sent on the BCCH.
# See GSM 04.08 10.5.2.29 for encoding.
# Set to 0 to allow full access.
# Set to 0x0400 to indicate no support for emergency calls.
GSM.RACH.AC 0

My question is where can I find the equivalent parameter in YateBTS? Is there any documentation out there regarding configuring emergency call support?

Cheers,
Peter
Title: Re: Configure emergency calls (911/112) YateBTS
Post by: peter_v on July 16, 2015, 09:13:12 AM
Anyone?