Skip to content

Commit

Permalink
fix: remove gpsi in profile dto
Browse files Browse the repository at this point in the history
  • Loading branch information
Alonza0314 committed Nov 11, 2024
1 parent 8423dd7 commit cbc47fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/lib/dtos/profile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import assert from "node:assert";
const defaultProfile = (): Profile => ({
profileName: "profile-1",
AccessAndMobilitySubscriptionData: {
gpsis: ["msisdn-"],
subscribedUeAmbr: {
uplink: "1 Gbps",
downlink: "2 Gbps",
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/dtos/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ class ProfileMapperImpl implements ProfileMapper {
return {
profileName: profile.profileName,
AccessAndMobilitySubscriptionData: {
gpsis: [`msisdn-`],
subscribedUeAmbr: this.buildSubscriberAmbr(profile.subscribedUeAmbr),
nssai: {
defaultSingleNssais: profile.SnssaiConfigurations.filter((s) => s.isDefault).map(
Expand Down

0 comments on commit cbc47fc

Please sign in to comment.