Nick

Results 16 issues of Nick

Hi Erik, I've got a very simple bit of code, that I'm not having any luck with, I'm attempting to encode/decode the PER codec ASN.1 definitions from 3GPP used in...

Hi Kamailio team, I'm attempting to use Kamailio as a Diameter Routing Agent, but I can't seem to get the diameter_request() function to actually _send_ the diameter request, instead I...

Added a simple function to get a specific FreeSWITCH channel variable passed to it, for example to get the *sip_received_ip* channel variable: `sip_received_ip = self.session.get_channel_variable('sip_received_ip')` `print(str(sip_received_ip))` [List of channel variables...

Add support for Diameter S13 interface so MME can get terminal status and block / permit devices onto the network. Introduces new config parameters to the MME to set if...

type:wontfix
Stale

We get the remote peer based on this: ``` try: #Check if we have a record-route set as that's where we'll need to send the response remote_peer = self.get_avp_data(avps, 282)[-1]...

Know if pushing to any peers is failing

Only one APN is stored in serving_apn if there are multiple bearers. Correct behaviour should be each APN present on the UE should be stored into serving_apn table.

## Title Rename "ueIdLst" to "ueS1apIdPairList" so Test Controller Complies ## Summary Changed variables named "ueIdLst" to "ueS1apIdPairList" in file ``TestCntlrStub/src/ts_utls.c`` [as outlined in issue here.](https://github.com/facebookexperimental/S1APTester/issues/35) ## Test plan Confirmed...

CLA Signed