Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No body set in N1N2TransferFailureNotification message #3

Open
vthiruveedula opened this issue Dec 13, 2021 · 0 comments
Open

No body set in N1N2TransferFailureNotification message #3

vthiruveedula opened this issue Dec 13, 2021 · 0 comments

Comments

@vthiruveedula
Copy link

type N1N2MsgTxfrFailureNotification struct {
Cause N1N2MessageTransferCause json:"cause"
N1n2MsgDataUri string json:"n1n2MsgDataUri"
}
==>api_n1_n2_message_transfer_status_notification_callback_document.go
func (a *N1N2MessageTransferStatusNotificationCallbackDocumentApiService) N1N2TransferFailureNotification(ctx context.Context, n1N2MessageTransferNotificationUrl string, request models.N1N2MsgTxfrFailureNotification) (*http.Response, error)
Above function has been used to send FailureNotification by AMF. In this function, RequestBody is not set (or) request param is not used to set it as body in the function definition. Hence AMF is not sending N1N2TransferFailureNotification with Body to SMF.
Please help me how to fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant