Author Topic: YateBTS, NIB, and regex subscriber list  (Read 6725 times)

Cypher

  • Newbie
  • *
  • Posts: 1
    • View Profile
YateBTS, NIB, and regex subscriber list
« on: February 11, 2015, 12:38:12 PM »
I have YateBTS up and running on an Ubuntu server configured to use an N210 as the radio.  This system is working great and uses a regex expression defined in the NIB interface for accepting new subscribers.  This also is working great.  My question is, over time, the list of IMSI to MSISDN mappings gets larger and larger.  Is there a way to clear out the list of assignments so that the subscriber registry is essentially empty again?  I could not find anything in the docs indicating how to do this... and the clearing the entries in the temporary files for the BTS does not seem to have an effect on the NIB interface.

- Thx.

Monica Tepelus

  • Administrator
  • Full Member
  • *****
  • Posts: 198
    • View Profile
Re: YateBTS, NIB, and regex subscriber list
« Reply #1 on: February 12, 2015, 05:54:18 AM »
Hi,

The nib script cleans the registration where 'expire' time is reached. You can configure this by setting "tmsi_expire" in [ybts] section. Default is 10 days.

imsi_cleanup = ybts_conf.getValue("ybts","tmsi_expire",864000); // 3600 * 24 * 10