8000 Add MCC/MNC support by oschwald · Pull Request #121 · maxmind/GeoIP2-python · GitHub
[go: up one dir, main page]

Skip to content

Add MCC/MNC support #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix typo and whitespace
  • Loading branch information
oschwald committed Nov 17, 2021
commit 7b15d13426dcf8aaa886e888f7752ea610140811
3 changes: 1 addition & 2 deletions geoip2/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,13 +587,12 @@ class ISP(ASN):

.. attribute: mobile_network_code

The `mobile network code (MCC)
The `mobile network code (MNC)
<https://en.wikipedia.org/wiki/Mobile_country_code>`_ associated with the
IP address and ISP.

:type: str


.. attribute:: organization

The name of the organization associated with the IP address.
Expand Down
< 9DD2 div class="file-info flex-auto min-width-0 mb-md-0 mb-2">
2 changes: 1 addition & 1 deletion geoip2/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ class Traits(Record):

.. attribute: mobile_network_code

The `mobile network code (MCC)
The `mobile network code (MNC)
<https://en.wikipedia.org/wiki/Mobile_country_code>`_ associated with the
IP address and ISP. This attribute is available from the City and
Insights web services and the GeoIP2 Enterprise database.
Expand Down
0