Build HSS and Config Phpmyadmin
The following is the Openair4G's instructions.
Building HSS:
cmake_targets$ tools/build_hss -c --connect-to-mme ubuntu.openair4G.eur -t -T --realm openair4G.eurConfiguring the HSS:
In oai_db (easier for newbies to access HSS database through http://127.0.0.1/phpmyadmin)In table mmeidentity, enter the record corresponding to your MME:
(idmmeidentity, mmehost, mmerealm)
In table pdn, enter the record allowing an IMSI to connect to an APN
In table users, enter the record corresponding to your USIM card.
Running the HSS:
/cmake_targets$ sudo tools/run_hss -g
however you will have some errors, when you type http://127.0.0.1/phpmyadmin, 404!!!!!
then you should run sudo ln -s /usr/share/phpmyadmin/ /var/www/html/ ,when you login the phpmyadmin,
then you can config your own MME,
and add your IMEI & SIM card

本文介绍如何使用OpenAir4G项目构建并配置HSS(归属签约用户服务器),包括通过cmake进行构建、配置数据库及运行HSS等步骤,并解决访问phpMyAdmin时出现的404错误。
2万+

被折叠的 条评论
为什么被折叠?



