mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Updated readme for PythonAPI to include UpdateSubscriber
This commit is contained in:
parent
85dbeb05cc
commit
44455d55b3
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ print(Open5GS_1.AddSubscriber(sub_data)) #Add Subscriber
|
|||
|
||||
print(Open5GS_1.GetSubscriber('891012222222300')) #Get added Subscriber's details
|
||||
|
||||
print(Open5GS_1.UpdateSubscriber('891012222222300', sub_data)) #Update subscriber
|
||||
|
||||
print(Open5GS_1.DeleteSubscriber('891012222222300')) #Delete Subscriber
|
||||
|
||||
Subscriber_List = Open5GS_1.GetSubscribers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue