You are on page 1of 1

- How to accurately fill in the data for the asn and how to know if the asn is

working correctly.
- Decoding and encoding/marshal and unmarshal the LPP Messages
- Make sure UE is receiving correct LPP Message
- We need to gather all the data so that we can fill the provide assistance data
with
the correct info to the
UE
- When we get the N1N2 response, how do we convert that to
(a) provide capabilities and (b) provide location
info

- Add some sort of router/dispatcher to handle the provide capabilities. Like


Distpatcher in SMF
For lmf :
For smf dispatcher : NFs/smf/internal/pfcp/dispatcher.go
For smf pfcp dispatcher :
https://github.com/free5gc/smf/blob/8e78a1db377828ac0208397a3009acb1516be95a/
internal/pfcp/dispatcher.go#L10

cc -I. -o rencode *.c


go run main.go -arch arm build

https://www.etsi.org/deliver/etsi_ts/129500_129599/129518/15.01.00_60/
ts_129518v150100p.pdf
p.91 ATTEMPTING TO REACH UE

dispatcher: amf, ngap


https://github.com/free5gc/amf/blob/a3bd5358ec55215e2b2f86f7744609f17bbc6991/
internal/ngap/dispatcher.go

self.AmfRanPool.Range(func(key, value interface{}) bool

You might also like