Skip to content

Commit

Permalink
Fix default NewEntityOptions values
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Oct 10, 2024
1 parent a99b493 commit 56a3459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfcp/entity_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type EntityOptions struct {
// NewEntityOptions create a new EntityOptions with default settings.
func NewEntityOptions() *EntityOptions {
return &EntityOptions{
messageRetransmissionT1: pfcputil.MESSAGE_RETRANSMISSION_N1,
messageRetransmissionT1: pfcputil.MESSAGE_RETRANSMISSION_T1,
messageRetransmissionN1: pfcputil.MESSAGE_RETRANSMISSION_N1,
}
}
Expand Down

0 comments on commit 56a3459

Please sign in to comment.