Skip to content

Commit

Permalink
moving to 5GC-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
ak2btvm committed May 17, 2024
1 parent dcddda6 commit 9db8ea2
Show file tree
Hide file tree
Showing 262 changed files with 2,773 additions and 2,772 deletions.
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: nas
Upstream-Contact: Open Networking Foundation <[email protected]>
Source: https://github.com/omec-project/nas
Source: https://github.com/5GC-DEV/nas

# Sample paragraph, commented out:
#
Expand Down
2 changes: 1 addition & 1 deletion nasConvert/GPRSTimer2.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package nasConvert

import (
"github.com/omec-project/nas/logger"
"github.com/5GC-DEV/nas/logger"
)

// TS 24.008 10.5.7.4, TS 24.501 9.11.2.4
Expand Down
2 changes: 1 addition & 1 deletion nasConvert/GPRSTimer3.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package nasConvert

import (
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas/nasMessage"
)

// TS 24.008 10.5.7.4a
Expand Down
6 changes: 3 additions & 3 deletions nasConvert/MobileIdentity5GS.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"strconv"
"strings"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"
"github.com/omec-project/openapi/models"
)

Expand Down
2 changes: 1 addition & 1 deletion nasConvert/NetWorkName.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package nasConvert

import (
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

// TS 24.501 9.11.3.35, TS 24.008 10.5.3.5a
Expand Down
4 changes: 2 additions & 2 deletions nasConvert/Nssai.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"encoding/hex"
"fmt"

"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"
"github.com/omec-project/openapi/models"
)

Expand Down
6 changes: 3 additions & 3 deletions nasConvert/Nssai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ package nasConvert_test
import (
"testing"

"github.com/omec-project/nas/nasConvert"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasConvert"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"
"github.com/omec-project/openapi/models"
"github.com/smartystreets/goconvey/convey"
)
Expand Down
2 changes: 1 addition & 1 deletion nasConvert/PDUSessionType.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package nasConvert

import (
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/omec-project/openapi/models"
)

Expand Down
2 changes: 1 addition & 1 deletion nasConvert/PlmnId.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"encoding/hex"
"strconv"

"github.com/omec-project/nas/logger"
"github.com/5GC-DEV/nas/logger"
"github.com/omec-project/openapi/models"
)

Expand Down
4 changes: 2 additions & 2 deletions nasConvert/ProtocolConfigurationOptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"net"
"strconv"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
)

type ProtocolOrContainerUnit struct {
Expand Down
4 changes: 2 additions & 2 deletions nasConvert/ServiceAreaList.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package nasConvert
import (
"encoding/hex"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/omec-project/openapi/models"
)

Expand Down
6 changes: 3 additions & 3 deletions nasConvert/SessionAMBR.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import (
"strconv"
"strings"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"
"github.com/omec-project/openapi/models"
)

Expand Down
4 changes: 2 additions & 2 deletions nasConvert/Snssai.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package nasConvert
import (
"encoding/hex"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasType"
"github.com/omec-project/openapi/models"
)

Expand Down
4 changes: 2 additions & 2 deletions nasConvert/SpareHalfOctetAndNgKsi.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
package nasConvert

import (
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"
"github.com/omec-project/openapi/models"
)

Expand Down
2 changes: 1 addition & 1 deletion nasConvert/TaiList.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"encoding/hex"
"reflect"

"github.com/omec-project/nas/logger"
"github.com/5GC-DEV/nas/logger"
"github.com/omec-project/openapi/models"
)

Expand Down
2 changes: 1 addition & 1 deletion nasConvert/Time.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package nasConvert
import (
"strings"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

func LocalTimeZoneToNas(timezone string) (nasTimezone nasType.LocalTimeZone) {
Expand Down
2 changes: 1 addition & 1 deletion nasConvert/UPUInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"encoding/hex"
"fmt"

"github.com/omec-project/nas/logger"
"github.com/5GC-DEV/nas/logger"
"github.com/omec-project/openapi/models"
)

Expand Down
6 changes: 3 additions & 3 deletions nasMessage/NAS_AuthenticationFailure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"bytes"
"testing"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"reflect"

Expand Down
2 changes: 1 addition & 1 deletion nasMessage/NAS_AuthenticationReject.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type AuthenticationReject struct {
Expand Down
6 changes: 3 additions & 3 deletions nasMessage/NAS_AuthenticationReject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"bytes"
"testing"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"reflect"

Expand Down
2 changes: 1 addition & 1 deletion nasMessage/NAS_AuthenticationRequest.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type AuthenticationRequest struct {
Expand Down
6 changes: 3 additions & 3 deletions nasMessage/NAS_AuthenticationRequest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"bytes"
"testing"

"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"reflect"

Expand Down
2 changes: 1 addition & 1 deletion nasMessage/NAS_AuthenticationResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type AuthenticationResponse struct {
Expand Down
6 changes: 3 additions & 3 deletions nasMessage/NAS_AuthenticationResponse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ package nasMessage_test
import (
"bytes"

"github.com/omec-project/nas/logger"
"github.com/5GC-DEV/nas/logger"

//"fmt"
"testing"

"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"reflect"

Expand Down
2 changes: 1 addition & 1 deletion nasMessage/NAS_AuthenticationResult.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type AuthenticationResult struct {
Expand Down
8 changes: 4 additions & 4 deletions nasMessage/NAS_AuthenticationResult_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"reflect"
"testing"

"github.com/omec-project/nas"
"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion nasMessage/NAS_ConfigurationUpdateCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type ConfigurationUpdateCommand struct {
Expand Down
8 changes: 4 additions & 4 deletions nasMessage/NAS_ConfigurationUpdateCommand_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"reflect"
"testing"

"github.com/omec-project/nas"
"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"github.com/stretchr/testify/assert"
)
Expand Down
2 changes: 1 addition & 1 deletion nasMessage/NAS_ConfigurationUpdateComplete.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type ConfigurationUpdateComplete struct {
Expand Down
6 changes: 3 additions & 3 deletions nasMessage/NAS_ConfigurationUpdateComplete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"reflect"
"testing"

"github.com/omec-project/nas"
"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"

"github.com/stretchr/testify/assert"
)
Expand Down
3 changes: 2 additions & 1 deletion nasMessage/NAS_DLNASTransport.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import (
"encoding/binary"
"fmt"
"net"
"github.com/omec-project/nas/nasType"

"github.com/5GC-DEV/nas/nasType"
)

type DLNASTransport struct {
Expand Down
8 changes: 4 additions & 4 deletions nasMessage/NAS_DLNASTransport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import (
"reflect"
"testing"

"github.com/omec-project/nas"
"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"
"github.com/5GC-DEV/nas/nasType"

"github.com/stretchr/testify/assert"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type DeregistrationAcceptUEOriginatingDeregistration struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"reflect"
"testing"

"github.com/omec-project/nas"
"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"

"github.com/stretchr/testify/assert"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"bytes"
"encoding/binary"

"github.com/omec-project/nas/nasType"
"github.com/5GC-DEV/nas/nasType"
)

type DeregistrationAcceptUETerminatedDeregistration struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"reflect"
"testing"

"github.com/omec-project/nas"
"github.com/omec-project/nas/logger"
"github.com/omec-project/nas/nasMessage"
"github.com/5GC-DEV/nas"
"github.com/5GC-DEV/nas/logger"
"github.com/5GC-DEV/nas/nasMessage"

"github.com/stretchr/testify/assert"
)
Expand Down
Loading

0 comments on commit 9db8ea2

Please sign in to comment.