wmnsk / go-pfcp

PFCP (Packet Forwarding Control Protocol) in pure Go.
MIT License
124 stars 54 forks source link

fix: apply-action IE length should be variable to be backward-compatible with Release 15 #109

Closed tim-ywliu closed 1 year ago

tim-ywliu commented 1 year ago

Let users specify apply-action IE length by themselves, ex: implementation with Release 15.

Note: it is an API breaking change:

NewApplyAction must provide multiple uint8 parameter instead of uint16. ApplyAction return a byte slice instead of uint16.

tim-ywliu commented 1 year ago

@wmnsk

Could you help review and merge this PR? We're waiting for using it. Thanks.

tim-ywliu commented 1 year ago

TS 29.244 R15.10

螢幕擷取畫面 2022-12-25 012330

tim-ywliu commented 1 year ago

@wmnsk

The test case is added.