package message
import (
"encoding/base64"
"encoding/hex"
"github.com/mitchellh/mapstructure"
"github.com/free5gc/amf/internal/context"
"github.com/free5gc/amf/internal/logger"
"github.com/free5gc/amf/internal/nas/nas_security"
"github.com/free5gc/amf/pkg/factory"
"github.com/free5gc/nas"
"github.com/free5gc/nas/nasConvert"
"github.com/free5gc/nas/nasMessage"
"github.com/free5gc/nas/nasType"
"github.com/free5gc/openapi/models"
)
func BuildDLNASTransport(ue *context.AmfUe, accessType models.AccessType, payloadContainerType uint8, nasPdu []byte,
This file has been truncated. show original