[srslte-users] srsEPC: UE unable to register on network
Ignas Jarusevicius
i.jarusevicius at limemicro.com
Wed Jun 13 06:57:20 UTC 2018
Hi Pedro,
Thank you for looking into this. I attached enb.pcab together with
enb.log and epc.log from the same run.
The APN settings on the phone are:
APN: srsapn
Proxy: not set
Port: not set
Username: not set
Password: not set
Server: not set
MMSC: not set
MMS proxy: not set
MCC: 001
MNC: 01
Authentication type: none
APN type: default
APN protocol: IPv4
APN roaming protocol IPv4
Bearer: 4G
MVNO type: none
I have tried changing APN in epc.conf and on the phone but result was
the same.
Regards,
Ignas
On 2018.06.12 21:55, Pedro Alvarez wrote:
> Hi Ignas,
>
> The authentication and the security mode command seem to have worked
> fine and it seems to be breaking on the ESM information transfer. Did
> you set any APN on the phone?
>
> Can you send the enb.pcap so I can have a bit more information? You
> can enable it on the in the enb.conf.
>
> Regards,
> Pedro
>
> On Tue, Jun 12, 2018 at 11:49 AM, Ignas Jarusevicius
> <i.jarusevicius at limemicro.com> wrote:
>> Hello All,
>>
>> I am trying to set up srsENB and srsEPC with commercial UE. When UE
>> attempts to connect to the network, I get "UE Authentication Accepted"
>> message in srsEPC, but UE fails to register on the network. ENB and EPC
>> logs are attached.
>> UE registers successfully when srsENB is used with EPC from Amarisoft so
>> I think the problem is with srsEPC. Am I missing something in srsEPC
>> configuration or is it some limitation of srsEPC? Any help would be
>> appreciated.
>>
>> Regards,
>> Ignas
>>
>>
>> _______________________________________________
>> srslte-users mailing list
>> srslte-users at lists.softwareradiosystems.com
>> http://www.softwareradiosystems.com/mailman/listinfo/srslte-users
>>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enb.log
Type: text/x-log
Size: 355958 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20180613/b7335ffe/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: enb.pcap
Type: application/vnd.tcpdump.pcap
Size: 9002 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20180613/b7335ffe/attachment.pcap>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: epc.log
Type: text/x-log
Size: 16009 bytes
Desc: not available
URL: <https://lists.srsran.com/pipermail/srsran-users/attachments/20180613/b7335ffe/attachment-0001.bin>
-------------- next part --------------
#####################################################################
# srsEPC configuration file
#####################################################################
#####################################################################
# MME configuration
#
# mme_code: 8-bit MME code identifies the MME within a group.
# mme_group: 16-bit MME group identifier.
# tac: 16-bit Tracking Area Code.
# mcc: Mobile Country Code
# mnc: Mobile Network Code
# apn: Set Access Point Name (APN)
# mme_bind_addr: IP bind addr to listen for eNB S1-MME connnections
# dns_addr: DNS server address for the UEs
#
#####################################################################
[mme]
mme_code = 0x1a
mme_group = 0x0001
tac = 0x0007
mcc = 001
mnc = 01
mme_bind_addr = 127.0.1.100
apn = srsapn
dns_addr = 8.8.8.8
#####################################################################
# HSS configuration
#
# algo: Authentication algorithm (xor/milenage)
# db_file: Location of .csv file that stores UEs information.
#
#####################################################################
[hss]
auth_algo = milenage
db_file = user_db.csv
#####################################################################
# SP-GW configuration
#
# gtpu_bind_addr: GTP-U bind adress.
#
#####################################################################
[spgw]
gtpu_bind_addr=127.0.1.100
sgi_if_addr=172.16.0.1
####################################################################
# Log configuration
#
# Log levels can be set for individual layers. "all_level" sets log
# level for all layers unless otherwise configured.
# Format: e.g. s1ap_level = info
#
# In the same way, packet hex dumps can be limited for each level.
# "all_hex_limit" sets the hex limit for all layers unless otherwise
# configured.
# Format: e.g. s1ap_hex_limit = 32
#
# Logging layers: s1ap, gtpc, spgw, hss, all
# Logging levels: debug, info, warning, error, none
#
# filename: File path to use for log output. Can be set to stdout
# to print logs to standard output
#####################################################################
[log]
all_level = debug
all_hex_limit = 32
filename = /tmp/epc.log
#s1ap_level = debug
#gtpc_level = debug
#spgw_level = debug
#hss_level = debug
More information about the srsran-users
mailing list