I'm trying to find out how many simultaneous connected devices can handle a typical LTE 4G or 3G public cell site.
I know my question sounds broad, but i'am developping an mobile application which is used during a concert, and can be used by hundred to thousand of people in the same place. The application hold a web socket connection to the server, which allows devices to receive descending messages. Messages are short (less than 1,000 octets) and only sent every 2 minutes (but sent to every devices at the same time). I've already successfully tested it with 500 devices. But I need to know what is the hypothetical limit.
Is it 1,000 devices, 10,000 devices? And where can I found elements of responses?
I was not able to find any article or website talking about this limit. Is there a limit? Or connection bandwith is always shared between the connected devices without any limit?
Thank you
Edit: I am aware that in dense area, network operators "simply" reduce cell radius and deploy more base station, but the number of cells in an area is usually chosen for a "normal usage": Something like : "One people take its phone, look something for several seconds, and then close it and put it back in his pocket for 10 min". So that way, even if it's a very large crowd, the usage is not very high. But my scenario is different : I will ask to a crowd of 3000 people to use their phone at the same time.
Will the cell site will be able to handle it? Or will it be a massive failure because half of user will have no connection? This is what i am trying to answer. (Note that the web server will be powerful enough)