Sukchan Lee

Results 388 comments of Sukchan Lee

Hi @aligungr , @DendoD96 and @Evanlin1224 I think UE and RAN need to support this feature. This is because users are able to add QoS flow through CLI after the...

@aligungr Regarding scenario-1, you used security header in NAS container. I hope that you can find the difference between packet number 7(Security mode complete + Registration request) and number 17(Service...

@aligungr Yes! I read that part too as you mentioned. However, I don't think it means that the NAS container should have a security header. Plain header is enough. It...

@aligungr That sounds good to me. Thank you so much for your effort.

Hi @aligungr and @ss920386 I recently fixed the encryption part of NAS message container IE in https://github.com/open5gs/open5gs/commit/715e4c0b506357ee57df3a827ae2cbf0cadf6209 I don't know if it has anything to do with this issue. Please...

One of my S1-Reset Packets cannot be decoded. My work is as follows. - Compile asn1c ``` acetcom@asn1c:~/git/$ git clone https://github.com/brchiu/asn1c.git acetcom@asn1c:~/git/asn1c$ cd asn1c acetcom@asn1c:~/git/asn1c$ git checkout s1ap acetcom@asn1c:~/git/asn1c$ autoreconf...

@brchiu Thank you for your effort. I will leave a little story with this. About a year ago, I have started to learn asn1c for [NextEPC](https://github.com/acetcom/nextepc). With the help of...

@velichkov I've tested your updated code. All `S1 Reset` is properly working. But, `S1 Setup Request` is failed. I've attached the sample pcap below. [s1setup_request.pcapng.tar.gz](https://github.com/vlm/asn1c/files/1777187/s1setup_request.pcapng.tar.gz) [s1setup_request.bin.tar.gz](https://github.com/vlm/asn1c/files/1777188/s1setup_request.bin.tar.gz) If you update any...

Hi @velichkov, The first thing you did was reverted. And I applied your second attempt. I tried a few things and it seems to work well. For your reference, I...

Hi, @velichkov NextEPC am moving new asn1c API for all S1AP encoders/decoders. You can find the example modification in [2c1d70de3c320cdf2f03d21acbc66c4d5dd7e2ed](https://github.com/acetcom/nextepc/commit/2c1d70de3c320cdf2f03d21acbc66c4d5dd7e2ed) Unfortunately, there are some errors. See the below. ``` $...