From laforge at gnumonks.org Sun Mar 17 08:55:53 2019 From: laforge at gnumonks.org (Harald Welte) Date: Sun, 17 Mar 2019 09:55:53 +0100 Subject: Test of new nextepc list Message-ID: <20190317085553.GB22378@nataraja> please ignore -- - Harald Welte http://laforge.gnumonks.org/ ============================================================================ "Privacy in residential applications is a desirable marketing option." (ETSI EN 300 175-7 Ch. A6) From sbhunia at tamu.edu Fri Mar 22 23:41:44 2019 From: sbhunia at tamu.edu (Suman Bhunia) Date: Fri, 22 Mar 2019 18:41:44 -0500 Subject: How is IP address assigned Message-ID: Hello! We just started using NextEPC at our lab and came across a few problems. I was wondering if anyone could provide me some guideline on how the EPC assigned IP address to the UEs. Any document or even pointing me to the correct section of code in the GitHub will be helpful. Thank you for your kind help. Thanks, Suman Bhunia Postdoctoral scholar Texas A&M University -------------- next part -------------- An HTML attachment was scrubbed... URL: From acetcom at gmail.com Sat Mar 23 00:25:36 2019 From: acetcom at gmail.com (=?UTF-8?B?W+yEneywrF0=?=) Date: Sat, 23 Mar 2019 09:25:36 +0900 Subject: How is IP address assigned In-Reply-To: References: Message-ID: Hi, Suman. Let me try to explain how UE IP is configured in general. o Read configuration. - ./support/config/nextepc.conf.in:339 ue_pool: - addr: 45.45.0.1/16 - addr: cafe::1/64 - src/pgw/pgw_context.c:739 subnet = pgw_subnet_add(ipstr, mask_or_numbits, apn, dev); o Generate UE Pool - src/pgw/pgw_init.c:32 rv = pgw_ue_pool_generate(); o If UE try to attach, new IP is allocated from the UE POOL. - src/pgw/pgw_context.c:923 pgw_sess_t *pgw_sess_add(....) { ... } - src/pgw/pgw_context.c:960 sess->ipv4 = pgw_ue_ip_alloc(AF_INET, apn); And then, the UE IP is delivered to SGW/MME using GTPv2-C. Finally, MME is sending the UE IP through NAS message(Activate default EPS bearer context request.) Let me know if you have more information. Thanks! 2019? 3? 23? (?) ?? 8:41, Suman Bhunia ?? ??: > Hello! > > We just started using NextEPC at our lab and came across a few problems. I > was wondering if anyone could provide me some guideline on how the EPC > assigned IP address to the UEs. Any document or even pointing me to the > correct section of code in the GitHub will be helpful. > > Thank you for your kind help. > > Thanks, > Suman Bhunia > Postdoctoral scholar > Texas A&M University > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rafael at rhizomatica.org Mon Mar 25 23:52:12 2019 From: rafael at rhizomatica.org (Rafael Diniz) Date: Mon, 25 Mar 2019 20:52:12 -0300 Subject: VoLTE and SMS support Message-ID: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> Hi all, Is there a working IMS I can use with NextEPC to have VoLTE and, if possible, also SMS support? Thanks, Rafael Diniz -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From acetcom at gmail.com Tue Mar 26 09:20:28 2019 From: acetcom at gmail.com (=?utf-8?B?7J207ISd7LCs?=) Date: Tue, 26 Mar 2019 18:20:28 +0900 Subject: VoLTE and SMS support In-Reply-To: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> Message-ID: Hi, Rafael I have developed the VoLTE feature but have tested it on a real network. I heard someone succeeded in performing this function well. At this point, SMS is not supported. I?ll try to add this feature in the near future. Thanks, Sukchan 2019. 3. 26. ?? 8:52, Rafael Diniz ??: > Hi all, > > Is there a working IMS I can use with NextEPC to have VoLTE and, if > possible, also SMS support? > > Thanks, > Rafael Diniz > > From acetcom at gmail.com Tue Mar 26 10:24:17 2019 From: acetcom at gmail.com (=?utf-8?B?7J207ISd7LCs?=) Date: Tue, 26 Mar 2019 19:24:17 +0900 Subject: VoLTE and SMS support In-Reply-To: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> Message-ID: <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> Oops! mistypo. have tested -> have NOT tested Sorry to bother everyone! 2019. 3. 26. ?? 8:52, Rafael Diniz ??: > Hi all, > > Is there a working IMS I can use with NextEPC to have VoLTE and, if > possible, also SMS support? > > Thanks, > Rafael Diniz > > From rafael at rhizomatica.org Tue Mar 26 12:12:01 2019 From: rafael at rhizomatica.org (Rafael Diniz) Date: Tue, 26 Mar 2019 09:12:01 -0300 Subject: VoLTE and SMS support In-Reply-To: <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> Message-ID: <01013981-8976-fddc-b5f7-cca4e62ee069@rhizomatica.org> Thanks ???! Do you know a free IMS I could try for getting VoLTE working? Rafael Diniz On 3/26/19 7:24 AM, ??? wrote: > Oops! mistypo. > > have tested -> have NOT tested > > Sorry to bother everyone! > > 2019. 3. 26. ?? 8:52, Rafael Diniz ??: > >> Hi all, >> >> Is there a working IMS I can use with NextEPC to have VoLTE and, if >> possible, also SMS support? >> >> Thanks, >> Rafael Diniz >> >> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From acetcom at gmail.com Tue Mar 26 13:04:10 2019 From: acetcom at gmail.com (=?utf-8?B?7J207ISd7LCs?=) Date: Tue, 26 Mar 2019 22:04:10 +0900 Subject: VoLTE and SMS support In-Reply-To: <01013981-8976-fddc-b5f7-cca4e62ee069@rhizomatica.org> References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> <01013981-8976-fddc-b5f7-cca4e62ee069@rhizomatica.org> Message-ID: <3C5C6612-1AA4-4A2E-8E14-0C78DA77339B@gmail.com> See kamailio IMS as below: https://www.kamailio.org/w/2016/02/kamailio-ims-getting-started-box/ This is originally developed in openimscore project. Good Luck with you! > On 26 Mar 2019, at 9:12 PM, Rafael Diniz wrote: > > Thanks ???! > > Do you know a free IMS I could try for getting VoLTE working? > > Rafael Diniz > >> On 3/26/19 7:24 AM, ??? wrote: >> Oops! mistypo. >> >> have tested -> have NOT tested >> >> Sorry to bother everyone! >> >> 2019. 3. 26. ?? 8:52, Rafael Diniz ??: >> >>> Hi all, >>> >>> Is there a working IMS I can use with NextEPC to have VoLTE and, if >>> possible, also SMS support? >>> >>> Thanks, >>> Rafael Diniz >>> >>> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rafael at rhizomatica.org Tue Mar 26 13:19:58 2019 From: rafael at rhizomatica.org (Rafael Diniz) Date: Tue, 26 Mar 2019 10:19:58 -0300 Subject: VoLTE and SMS support In-Reply-To: <3C5C6612-1AA4-4A2E-8E14-0C78DA77339B@gmail.com> References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> <01013981-8976-fddc-b5f7-cca4e62ee069@rhizomatica.org> <3C5C6612-1AA4-4A2E-8E14-0C78DA77339B@gmail.com> Message-ID: Thanks! I'm waiting for my SIMs, when they arrive, I post my results here. On 3/26/19 10:04 AM, ??? wrote: > See kamailio IMS as below: > > https://www.kamailio.org/w/2016/02/kamailio-ims-getting-started-box/ > > This is originally developed in openimscore project. > > Good Luck with you! > > On 26 Mar 2019, at 9:12 PM, Rafael Diniz > wrote: > >> Thanks ???! >> >> Do you know a free IMS I could try for getting VoLTE working? >> >> Rafael Diniz >> >> On 3/26/19 7:24 AM, ??? wrote: >>> Oops! mistypo. >>> >>> have tested -> have NOT tested >>> >>> Sorry to bother everyone! >>> >>> 2019. 3. 26. ?? 8:52, Rafael Diniz >> > ??: >>> >>>> Hi all, >>>> >>>> Is there a working IMS I can use with NextEPC to have VoLTE and, if >>>> possible, also SMS support? >>>> >>>> Thanks, >>>> Rafael Diniz >>>> >>>> >> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From medeiros at medeiros.eng.br Tue Mar 26 18:16:02 2019 From: medeiros at medeiros.eng.br (Romeu Medeiros) Date: Tue, 26 Mar 2019 15:16:02 -0300 Subject: VoLTE and SMS support In-Reply-To: References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> <01013981-8976-fddc-b5f7-cca4e62ee069@rhizomatica.org> <3C5C6612-1AA4-4A2E-8E14-0C78DA77339B@gmail.com> Message-ID: Hello Rafael, Can you tell me where you buy simcard for IMS (VoLTE), that support the IMS params? Att Romeu Medeiros On Tue, Mar 26, 2019 at 10:20 AM Rafael Diniz wrote: > Thanks! I'm waiting for my SIMs, when they arrive, I post my results here. > > > On 3/26/19 10:04 AM, ??? wrote: > > See kamailio IMS as below: > > > > https://www.kamailio.org/w/2016/02/kamailio-ims-getting-started-box/ > > > > This is originally developed in openimscore project. > > > > Good Luck with you! > > > > On 26 Mar 2019, at 9:12 PM, Rafael Diniz > > wrote: > > > >> Thanks ???! > >> > >> Do you know a free IMS I could try for getting VoLTE working? > >> > >> Rafael Diniz > >> > >> On 3/26/19 7:24 AM, ??? wrote: > >>> Oops! mistypo. > >>> > >>> have tested -> have NOT tested > >>> > >>> Sorry to bother everyone! > >>> > >>> 2019. 3. 26. ?? 8:52, Rafael Diniz >>> > ??: > >>> > >>>> Hi all, > >>>> > >>>> Is there a working IMS I can use with NextEPC to have VoLTE and, if > >>>> possible, also SMS support? > >>>> > >>>> Thanks, > >>>> Rafael Diniz > >>>> > >>>> > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From rafael at rhizomatica.org Tue Mar 26 19:33:05 2019 From: rafael at rhizomatica.org (Rafael Diniz) Date: Tue, 26 Mar 2019 16:33:05 -0300 Subject: VoLTE and SMS support In-Reply-To: References: <5e6ec944-7a05-ad60-cf7f-444cd7034819@rhizomatica.org> <57C15E40-38E0-4861-BA5D-62FA8EC4D0ED@gmail.com> <01013981-8976-fddc-b5f7-cca4e62ee069@rhizomatica.org> <3C5C6612-1AA4-4A2E-8E14-0C78DA77339B@gmail.com> Message-ID: SmartJac[1] does produce USIM and ISIM. [1] http://smartjac.com/ Abra?os, Rafael Diniz On 3/26/19 3:16 PM, Romeu Medeiros wrote: > Hello Rafael, > > Can you tell me where you buy simcard for IMS (VoLTE), that support > the IMS params? > > Att > > Romeu Medeiros > > On Tue, Mar 26, 2019 at 10:20 AM Rafael Diniz > wrote: > > Thanks! I'm waiting for my SIMs, when they arrive, I post my > results here. > > > On 3/26/19 10:04 AM, ??? wrote: > > See kamailio IMS as below: > > > > https://www.kamailio.org/w/2016/02/kamailio-ims-getting-started-box/ > > > > This is originally developed in openimscore project. > > > > Good Luck with you! > > > > On 26 Mar 2019, at 9:12 PM, Rafael Diniz > > >> > wrote: > > > >> Thanks ???! > >> > >> Do you know a free IMS I could try for getting VoLTE working? > >> > >> Rafael Diniz > >> > >> On 3/26/19 7:24 AM, ??? wrote: > >>> Oops! mistypo. > >>> > >>> have tested -> have NOT tested > >>> > >>> Sorry to bother everyone! > >>> > >>> 2019. 3. 26. ?? 8:52, Rafael Diniz > >>> >> ??: > >>> > >>>> Hi all, > >>>> > >>>> Is there a working IMS I can use with NextEPC to have VoLTE > and, if > >>>> possible, also SMS support? > >>>> > >>>> Thanks, > >>>> Rafael Diniz > >>>> > >>>> > >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: