Skip to content

Commit

Permalink
Merge pull request #34 from a3828162/fix/deregistration
Browse files Browse the repository at this point in the history
fix: non-3gpp deregistration api http status
  • Loading branch information
ianchen0119 committed Aug 27, 2024
2 parents fb0f449 + f49cb29 commit ee6e0c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (p *Processor) AmfContextNon3gppProcedure(
c.JSON(int(pd.Status), pd)
}
PreHandleOnDataChangeNotify(ueId, CurrentResourceUri, patchItem, origValue, newValue)
c.Status(http.StatusOK)
c.Status(http.StatusNoContent)
}

func (p *Processor) CreateAmfContextNon3gppProcedure(
Expand Down

0 comments on commit ee6e0c8

Please sign in to comment.