srsLTE config(epc.conf, enb.conf and user_db.csv)

本文档详细介绍了srsLTE的配置过程,包括srsepc.conf的EPCHSS和MME设置,srsenb.conf的eNodeB配置,以及user_db.csv中用户数据的设定。每个部分都提供了具体的文件路径,并对修改过的参数进行了注释说明。
摘要由CSDN通过智能技术生成

# user 表示将配置文件拷贝到 `~/.config/srslte/`下
sudo srslte_install_configs.sh user

下面注释有# changed都是修改过的参数。

1. srsepc config

文件路径~/.config/srslte/epc.conf

#####################################################################
#                   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
# encryption_algo:  Preferred encryption algorithm for NAS layer 
#                   (default: EEA0, support: EEA1, EEA2)
# integrity_algo:   Preferred integrity protection algorithm for NAS 
#                   (default: EIA1, support: EIA1, EIA2 (EIA0 not support)
#
#####################################################################
[mme]
mme_code = 0x1a
mme_group = 0x0001
tac = 0x0007
mcc = 460   # "001->460"                                    # "changed"
mnc = 00    # "01, 11"                                      # "changed"
mme_bind_addr = 127.0.1.100
apn = cmnet # "srsapn->cmnet"                               # "changed"
dns_addr = 8.8.8.8
encryption_algo = EEA0
integrity_algo = EIA1

#####################################################################
# HSS configuration
#
# algo:            Authentication algorithm (xor/milenage)
# db_file:         Location of .csv file that stores UEs information.
#
#####################################################################
[hss]
auth_algo = milenage                                       # "changed"
db_file = user_db.csv


#####################################################################
# SP-GW configuration
#
# gtpu_bind_addr:   GTP-U bind address.
# sgi_if_addr:      SGi TUN interface IP address.
# sgi_if_name:      SGi TUN interface name.
#
#####################################################################

[spgw]
gtpu_bind_addr = 127.0.1.100
sgi_if_addr    = 172.16.0.1
sgi_if_name    = srs_spgw_sgi

####################################################################
# PCAP configuration
#
# Packets are captured to file in the compact format decoded by 
# the Wireshark s1ap dissector and with DLT 150. 
# To use the dissector, edit the pref
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值