Skip to content

Federated mode and Local break-out ? #15318

Answered by ferrieux
ferrieux asked this question in Q&A
Discussion options

You must be logged in to vote

In the meantime, I found the solution, in the source: there is a third option named SPGW_SUBSCRIBER that does exactly that.

Note, this option is not exposed in the configuration language, but can be nonetheless selected by omitting the intended PLMN from the federated_mode_mapping->mapping list. For example, the config below sets PLMNs 00101, 00102, and 00103 respectively to LOCAL_SUBSCRIBER, S8_SUBSCRIBER, and SPGW_SUBSCRIBER: the latter by the mere absence of 00103 from the list.

"federated_modes_mapping": {
    "enabled": true,
    "mapping": [
      {
         "mode": "local_subscriber",
         "plmn": "00101"
      },
      {
         "mode": "s8_subscriber",
         "plmn": "00102"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ferrieux
Comment options

Answer selected by lucasgonze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants