Skip to content

Commit 8d0e063

Browse files
author
John Mikros
committed
changed query to param to meet the endpoint expected format
1 parent 6ece5b5 commit 8d0e063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/sbi/processor/oam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type UEContexts []UEContext
3939
func (p *Processor) HandleOAMRegisteredUEContext(c *gin.Context) {
4040
logger.ProducerLog.Infof("[OAM] Handle Registered UE Context")
4141

42-
supi := c.Query("supi")
42+
supi := c.Param("supi")
4343

4444
ueContexts, problemDetails := p.OAMRegisteredUEContextProcedure(supi)
4545
if problemDetails != nil {

0 commit comments

Comments
 (0)